Click or drag to resize
WebDAVURLProviderGetAttachmentWebDAVUrl Method
Gets attachment file relative URL for WebDAV module.

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