Click or drag to resize
WebDAVURLProviderGetContentFileWebDAVUrlInternal Method
Gets content file relative URL for WebDAV module.

Namespace: CMS.WebDAV
Assembly: CMS.WebDAV (in CMS.WebDAV.dll) Version: 8.2.23
Syntax
C#
protected virtual string GetContentFileWebDAVUrlInternal(
	string aliasPath,
	string cultureCode,
	string groupName
)

Parameters

aliasPath
Type: SystemString
Node alias path
cultureCode
Type: SystemString
Node culture code
groupName
Type: SystemString
Community group name (optional)

Return Value

Type: String
See Also