AsposeEngineProcessTags(LibraryDocument, ListLibraryDocument, DictionaryString, Object) Method

Method for replacing dynamic fields in document with real values

Definition

Namespace: FileHold.LibraryManager.AssembleDocuments
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public void ProcessTags(
	LibraryDocument libraryDocument,
	List<LibraryDocument> inputDocuments,
	Dictionary<string, Object> specialValues
)

Parameters

libraryDocument  LibraryDocument
document to replace dynamic fields
inputDocuments  ListLibraryDocument
documents from which real value should be taken during replacing; if parameter is null, values from libraryDocument will be taken
specialValues  DictionaryString, Object
applicable only for system fields, these values will be favorized over inputDocuments

See Also