LicenseManagerGetViewerFileFormatList Method

Return list of supported file formats for given license type

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return list of supported file formats for given license type")]
public string[] GetViewerFileFormatList(
	int viewerLicenseType
)

Parameters

viewerLicenseType  Int32
 

Return Value

String

See Also