Click or drag to resize

LibraryDocumentInitializeChildren Method

Namespace:  FileHold.LibraryManager.AssembleDocuments
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public static LibraryDocument InitializeChildren(
	DocumentData data,
	FileHoldService service,
	List<int> parentDocuments
)

Parameters

data
Type: FileHold.LibraryManagerDocumentData
service
Type: FileHold.LibraryManager.AssembleDocumentsFileHoldService
parentDocuments
Type: System.Collections.GenericListInt32

Return Value

Type: LibraryDocument
See Also