Click or drag to resize

ImportationManagerSetImportedDocumentCompleted Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void SetImportedDocumentCompleted(
	int importedDocumentId,
	int metadataVersionId,
	Guid triggerGuid,
	bool deleted
)

Parameters

importedDocumentId
Type: SystemInt32
metadataVersionId
Type: SystemInt32
triggerGuid
Type: SystemGuid
deleted
Type: SystemBoolean
See Also