GetLinkedDocAt |
Scroll |
Returns the linked TheWFDocument with the specified index.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetLinkedDocAt ( _ nIndex As Integer ) As TheWFDocument C# public virtual TheWFDocument GetLinkedDocAt ( int nIndex ) ParametersnIndex Zero-based index of the linked TheWFDocument to return. Return ValueThe linked TheWFDocument with the specified nIndex. |
|
Requires Loaded InstanceLoad an instance definition from the server before calling this method. |