WebDAVHelperIsWebDAVExtensionEnabled Method |
Returns true if the WebDAV is enabled for the given extension
Namespace: CMS.WebDAVAssembly: CMS.WebDAV (in CMS.WebDAV.dll) Version: 11.0.0
Syntax public static bool IsWebDAVExtensionEnabled(
string extension,
string siteName = null
)
Parameters
- extension
- Type: SystemString
Extension to check - siteName (Optional)
- Type: SystemString
Site name to check, if null, current site is used
Return Value
Type:
BooleanSee Also