Ant Organisation Ltd documentation

RelationshipsBase.GetRelationshipsForUser Method (AuthenticatedUser, User, RelationshipDirection)

Gets all the relationships for a user

public abstract ArrayList GetRelationshipsForUser(
   AuthenticatedUser user,
   User relation,
   RelationshipDirection direction
);

Parameters

user
Logged on user
relation
User for which to retrieve relationships
direction
Direction of the relationship

Return Value

ArrayList of relationships

Implements

Relationships.GetRelationshipsForUser

See Also

RelationshipsBase Class | Ant.Security.Base Namespace | RelationshipsBase.GetRelationshipsForUser Overload List