DocumentManagerGetSelectionContent Method

Returns information about all documents from specified selection

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Returns information about all documents from specified selection")]
public SelectionItem[] GetSelectionContent(
	Guid selectionId
)

Parameters

selectionId  Guid
 

Return Value

SelectionItem

See Also