LicenseManager.IsViewerFileExtensionAllowed(String, Int32, Int32) Method

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return true if viewer type supports file format")]
public bool IsViewerFileExtensionAllowed(
	string fileExtension,
	int viewerType,
	int subViewerType
)

Parameters

fileExtension  String
 
viewerType  Int32
 
subViewerType  Int32
 

Return Value

Boolean

See Also