Click or drag to resize

DocumentManagerCheckSelectionSchemaType Method

This method is obsolete.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public bool CheckSelectionSchemaType(
	Guid selectionId,
	ref int firstMetadataVersionId
)

Parameters

selectionId
Type: SystemGuid
firstMetadataVersionId
Type: SystemInt32

Return Value

Type: Boolean
Remarks
Use DocumentSchemaManager.GetSchemaListOfSelectionType() instead of this method.
See Also