PortalGetRelationShipInstanceIDs Method
Retrieves the IDs of Object Properties related to the base Object.

Namespace:  PortalService
 

Syntax
C#
public long GetRelationShipInstanceIDs(
	string ObjectPathString,
	long BaseInstanceID,
	out string InstanceIDs,
	out string error
)

Parameters

ObjectPathString
Type: SystemString
[in] The relationship path string.
BaseInstanceID
Type: SystemInt64
[in] The ID of the base Object item.
InstanceIDs
Type: SystemString
[out] The IDs of related Object items.
error
Type: SystemString
[out] The error messages returned when the operation fails.

Return Value

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