LicenseManagerIsViewerFileExtensionAllowed(String, ViewerLicenseType, ViewerLicenseType) Method

Definition

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

Parameters

fileExtension  String
 
viewerType  Type
 
subViewerType  Type
 

Return Value

Boolean

See Also