WebDAVSettingsIsExtensionAllowedForEditMode Method |
Checks if file extension is allowed for edit mode.
Namespace: CMS.WebDAVAssembly: CMS.WebDAV (in CMS.WebDAV.dll) Version: 11.0.0
Syntax public static bool IsExtensionAllowedForEditMode(
string extension,
string siteName
)
Parameters
- extension
- Type: SystemString
File extension - siteName
- Type: SystemString
Site name
Return Value
Type:
BooleanSee Also