Click or drag to resize

LicenseManagerIsViewerFileExtensionAllowed Method (String, ViewerLicenseType, ViewerLicenseType)

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public bool IsViewerFileExtensionAllowed(
	string fileExtension,
	Type viewerType,
	Type subViewerType
)

Parameters

fileExtension
Type: SystemString
viewerType
Type: Type
subViewerType
Type: Type

Return Value

Type: Boolean
See Also