Click or drag to resize
WebDAVHelperIsExtensionAllowedForBrowseMode Method (String, String)
Checks if file extension is allowed for browse mode.

Namespace: CMS.WebDAV
Assembly: CMS.WebDAV (in CMS.WebDAV.dll) Version: 9.0.0
Syntax
C#
public static bool IsExtensionAllowedForBrowseMode(
	string extension,
	string siteName
)

Parameters

extension
Type: SystemString
File extension
siteName
Type: SystemString
Site name

Return Value

Type: Boolean
See Also