Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
TDoc GetDocument(
	string externalId
)
Visual Basic
Function GetDocument ( _
	externalId As String _
) As TDoc
Visual C++
TDoc GetDocument(
	String^ externalId
)

Parameters

externalId
Type: System..::..String

See Also