Click or drag to resize

UserPreferencesGetAvailableFormats Method

Return the list of available formats of the given type.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<string> GetAvailableFormats(
	string type
)

Parameters

type
Type: SystemString

Return Value

Type: ListString
See Also