Gets a 'Document Reference' entry. Document Reference (ASBIE). An associative reference to a document providing Item specification.

Namespace: Unimaze.Composer.Ubl2.Components
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public IDocumentReference GetItemSpecDocumentRef(
	int index
)
Visual Basic
Public Function GetItemSpecDocumentRef ( 
	index As Integer
) As IDocumentReference
Visual C++
public:
virtual IDocumentReference^ GetItemSpecDocumentRef(
	int index
) sealed
F#
abstract GetItemSpecDocumentRef : 
        index : int -> IDocumentReference 
override GetItemSpecDocumentRef : 
        index : int -> IDocumentReference 

Parameters

index
Type: System..::..Int32
The index of the IDocumentReference to get.

Return Value

Type: IDocumentReference
The indexed IDocumentReference object.

Implements

IItem..::..GetItemSpecDocumentRef(Int32)

See Also