Gets all the relationships for the specified object.
            Left and right parameters determine whether the object can be on left or right side of the relationship.
            
Namespace: CMS.RelationshipsAssembly: CMS.Relationships (in CMS.Relationships.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- objectId
 - Type: 
System Int32
Object ID 
- objectType
 - Type: 
System String
Object type 
- relationshipNameId (Optional)
 - Type: 
System Int32
RelationshipName ID 
- left (Optional)
 - Type: 
System Boolean
Object on the left side of the relationship 
- right (Optional)
 - Type: 
System Boolean
Object on the right side of the relationship 
- relatedObjectType (Optional)
 - Type: 
System String
Type of the related object 
Return Value
Type: ObjectQuery ObjectRelationshipInfoSee Also