Click or drag to resize

DocumentManagerCheckSelectionDeleted Method

Check if selection contains any deleted documents.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void CheckSelectionDeleted(
	Guid selectionId,
	ref bool deleted
)

Parameters

selectionId
Type: SystemGuid
deleted
Type: SystemBoolean
See Also