WebDAVURLProviderGetAttachmentWebDAVUrl Method |
Gets attachment file relative URL for WebDAV module.
Namespace: CMS.WebDAVAssembly: CMS.WebDAV (in CMS.WebDAV.dll) Version: 12.0.0
Syntax public static string GetAttachmentWebDAVUrl(
string siteName,
string aliasPath,
string cultureCode,
string fieldName,
string fileName,
string groupName
)
Parameters
- siteName
- Type: SystemString
Site name - aliasPath
- Type: SystemString
Node alias path - cultureCode
- Type: SystemString
Document culture code - fieldName
- Type: SystemString
Field name for grouped attachment (optional) - fileName
- Type: SystemString
File name - groupName
- Type: SystemString
Community group name (optional)
Return Value
Type:
StringSee Also