Click or drag to resize
RelationshipNameInfoProvider.GetRelationshipNames Method (Int32, String)
Returns object query of relationship names on selected site specified by where condition.

Namespace: CMS.Relationships
Assembly: CMS.Relationships (in CMS.Relationships.dll) Version: 13.0.131
Syntax
C#
public static ObjectQuery<RelationshipNameInfo> GetRelationshipNames(
	int siteId,
	string where = null
)

Parameters

siteId
Type: System.Int32
Site ID
where (Optional)
Type: System.String
Where condition

Return Value

Type: ObjectQuery<RelationshipNameInfo>
See Also