Click or drag to resize

DocumentSchemaManagerGetSchemaListForCabinet Method

Returns list of schemas to which user has permissions based on localization.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public DocumentSchemaItem[] GetSchemaListForCabinet(
	int cabinetId
)

Parameters

cabinetId
Type: SystemInt32

Return Value

Type: DocumentSchemaItem
Remarks
This method is obsolete. Access to schemas no longer depends on localization.
See Also