Click or drag to resize

DocumentManagerCheckSelectionDocumentNumber Method

Checks if selected documents have document numbers.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int CheckSelectionDocumentNumber(
	Guid selectionId
)

Parameters

selectionId
Type: SystemGuid

Return Value

Type: Int32
0 - no document with document number in selection >0 - document control field id when there's exactly one document with non-auto generated document number in selection -1 - at least one document has an auto-generated document number -2 - at least one document has a non auto-generated document number
See Also