DocumentManagerCheckSelectionSchemaType Method

This method is obsolete.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "This method is obsolete.")]
public bool CheckSelectionSchemaType(
	Guid selectionId,
	ref int firstMetadataVersionId
)

Parameters

selectionId  Guid
 
firstMetadataVersionId  Int32
 

Return Value

Boolean

Remarks

Use DocumentSchemaManager.GetSchemaListOfSelectionType() instead of this method.

See Also