Removes a 'Document Reference' entry.
Document Reference (ASBIE). An association to Document Reference (reference to documents that provide supplementary information to the Packing List).
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
void RemoveDocumentRef(
int index
) |
| Visual Basic |
|---|
Sub RemoveDocumentRef (
index As Integer
) |
| Visual C++ |
|---|
void RemoveDocumentRef(
int index
) |
| F# |
|---|
abstract RemoveDocumentRef :
index : int -> unit
|
See Also