Click or drag to resize

CtDocumentRead Method

Method that reads a Document from an Information container and a specific RDF resource, and initializes the protected constructor

Namespace: IIB.ICDD.Model.Container.Document
Assembly: IIB.ICDD (in IIB.ICDD.dll) Version: 1.0.0
Syntax
C#
public static CtDocument Read(
	InformationContainer container,
	INode resource
)

Parameters

container  InformationContainer
resource  INode

Return Value

CtDocument
The initialized document
See Also