Click or drag to resize
RelationshipNameSiteInfoProviderGetRelationshipNameSites Method (String, String, Int32, String)
Returns the bindings between relationship names and sites.

Namespace: CMS.Relationships
Assembly: CMS.Relationships (in CMS.Relationships.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<RelationshipNameSiteInfo> GetRelationshipNameSites(
	string where,
	string orderBy = null,
	int topN = 0,
	string columns = null
)

Parameters

where
Type: SystemString
Where condition to filter data
orderBy (Optional)
Type: SystemString
Order by statement
topN (Optional)
Type: SystemInt32
Specifies number of returned records
columns (Optional)
Type: SystemString
Data columns to return

Return Value

Type: ObjectQueryRelationshipNameSiteInfo
See Also