Click or drag to resize
UrlParserGetAllowedName Method
Gets allowed name from name. Allowed name can not contain certain characters.

Namespace: CMS.WebDAV
Assembly: CMS.WebDAV (in CMS.WebDAV.dll) Version: 9.0.0
Syntax
C#
public string GetAllowedName(
	string name
)

Parameters

name
Type: SystemString
Name to be transformed into allowed name

Return Value

Type: String
Allowed name
See Also