Click or drag to resize
ObjectRelationshipInfoProvider.GetRelationships Method
Returns the query for all relationship names.

Namespace: CMS.Relationships
Assembly: CMS.Relationships (in CMS.Relationships.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<ObjectRelationshipInfo> GetRelationships()

Return Value

Type: ObjectQuery<ObjectRelationshipInfo>
See Also