DocumentSchemaManagerIsDocumentSchemaUsed Method

Check if the document schema is associated with any document.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Check if the document schema is associated with any document.")]
public bool IsDocumentSchemaUsed(
	int documentSchemaId
)

Parameters

documentSchemaId  Int32

Return Value

Boolean

See Also