Click or drag to resize
RelationshipInfoProviderGetRelationshipsInternal Method
Returns a query for all the RelationshipInfo objects.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual ObjectQuery<RelationshipInfo> GetRelationshipsInternal()

Return Value

Type: ObjectQueryRelationshipInfo
See Also