Click or drag to resize
RelationshipNameInfoProviderGetRelationshipNames Method

Note: This API is now obsolete.

Returns the query for all relationship names.

Namespace: CMS.Relationships
Assembly: CMS.Relationships (in CMS.Relationships.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IRelationshipNameInfoProvider.Get() instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - RelationshipNameInfo.Provider.")]
public static ObjectQuery<RelationshipNameInfo> GetRelationshipNames()

Return Value

Type: ObjectQueryRelationshipNameInfo
See Also