UrlParserGetAllowedName Method |
Gets allowed name from name. Allowed name can not contain certain characters.
Namespace: CMS.WebDAVAssembly: CMS.WebDAV (in CMS.WebDAV.dll) Version: 11.0.0
Syntax public string GetAllowedName(
string name
)
Parameters
- name
- Type: SystemString
Name to be transformed into allowed name
Return Value
Type:
StringAllowed name
See Also