UserPreferencesGetAvailableFormats Method

Return the list of available formats of the given type.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return the list of available formats of the given type.")]
public List<string> GetAvailableFormats(
	string type
)

Parameters

type  String

Return Value

ListString

See Also