Returns URL to file. If can be accessed directly then direct URL is generated else URL with GetFile page is generated.
            
 
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 10.0.0
 Syntax
Syntaxpublic override string GetFileUrl(
	string path,
	string siteName
)
Parameters
- path
- Type: SystemString
 Virtual path starting with ~ or absolute path.
- siteName
- Type: SystemString
 Site name.
Return Value
Type: 
String See Also
See Also