WebDAVURLProviderGetMediaFileWebDAVUrl Method |
Gets media file relative URL for WebDAV.
Namespace: CMS.WebDAVAssembly: CMS.WebDAV (in CMS.WebDAV.dll) Version: 11.0.0
Syntax public static string GetMediaFileWebDAVUrl(
string libraryName,
string filePath,
string groupName
)
Parameters
- libraryName
- Type: SystemString
Library name - filePath
- Type: SystemString
File path - groupName
- Type: SystemString
Community group name (optional)
Return Value
Type:
StringSee Also