DocumentManagerCheckSelectionDocumentNumber Method

Checks if selected documents have document numbers.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Checks if selected documents have document numbers.")]
public int CheckSelectionDocumentNumber(
	Guid selectionId
)

Parameters

selectionId  Guid

Return Value

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