Click or drag to resize

DocumentSchemaManagerCheckHasAccessToSchemaInCabinet Method

Checks whether user is allowed to add document in particular schema to specified cabinet

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public bool CheckHasAccessToSchemaInCabinet(
	int documentSchemaId,
	int cabinetId
)

Parameters

documentSchemaId
Type: SystemInt32
cabinetId
Type: SystemInt32

Return Value

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