DocumentSchemaManager.GetSchemaListOfSelectionType Method

Returns all schemas of specified type (type is specified by selection).

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Returns all schemas of specified type (type is specified by selection).")]
public DocumentSchemaItem[] GetSchemaListOfSelectionType(
	Guid selectionId
)

Parameters

selectionId  Guid

Return Value

DocumentSchemaItem[]

See Also