Click or drag to resize
RelationshipNameInfoProviderGetRelationshipNames 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: 9.0.0
Syntax
C#
public static ObjectQuery<RelationshipNameInfo> GetRelationshipNames(
	int siteId,
	string where = null
)

Parameters

siteId
Type: SystemInt32
Site ID
where (Optional)
Type: SystemString
Where condition

Return Value

Type: ObjectQueryRelationshipNameInfo
See Also