AccountGetLinkedTabEx Method
This method enables you to get Property values available in the Linked Tab of an Account item in XML format.

Namespace:  AccountService
 

Syntax
C#
public long GetLinkedTabEx(
	long accountID,
	long tabID,
	out string propXML,
	out string error
)

Parameters

accountID
Type: SystemInt64
[in] The ID of the Account item for which you want to retrieve the Property values from the Linked Tab associated with the Account Object.
tabID
Type: SystemInt64
[in] The ID of the Linked Tab associated with the Account Object.
propXML
Type: SystemString
[out] XML format of the Properties details available in the Linked Tab. This XML contains the ID of the Property, the value of the Property and the ID of the Property value row. If the Linked Tab is blank, the propXML parameter will be blank.
error
Type: SystemString
[out] The error messages returned when the get operation fails.

Return Value

Type: Int64
The GetLinkedTabEx method returns 0 if the get operation is successful and a negative value if the operation fails.
See Also