DocumentSchemaManagerCheckHasAccessToSchemaInCabinet Method

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

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Checks whether user is allowed to add document in particular schema")]
public bool CheckHasAccessToSchemaInCabinet(
	int documentSchemaId,
	int cabinetId
)

Parameters

documentSchemaId  Int32
 
cabinetId  Int32
 

Return Value

Boolean

Remarks

This method is obsolete. Access to schemas no longer depends on localization.

See Also