Click or drag to resize
WebDAVURLProviderGetMediaFileWebDAVUrl Method
Gets media file relative URL for WebDAV.

Namespace: CMS.WebDAV
Assembly: CMS.WebDAV (in CMS.WebDAV.dll) Version: 8.2.23
Syntax
C#
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: String
See Also