RelationshipNameSiteInfoProvider.GetRelationshipNameSites Method (String, String, Int32, String) |
Returns the bindings between relationship names and sites.
Namespace: CMS.RelationshipsAssembly: CMS.Relationships (in CMS.Relationships.dll) Version: 12.0.0
Syntaxpublic static ObjectQuery<RelationshipNameSiteInfo> GetRelationshipNameSites(
string where,
string orderBy = null,
int topN = 0,
string columns = null
)
Parameters
- where
- Type: System.String
Where condition to filter data - orderBy (Optional)
- Type: System.String
Order by statement - topN (Optional)
- Type: System.Int32
Specifies number of returned records - columns (Optional)
- Type: System.String
Data columns to return
Return Value
Type:
ObjectQuery<RelationshipNameSiteInfo>
See Also