RelationshipNameInfoProviderGetRelationshipNames Method (Int32, String) |
Returns object query of relationship names on selected site specified by where condition.
Namespace: CMS.RelationshipsAssembly: CMS.Relationships (in CMS.Relationships.dll) Version: 13.0.131
Syntax 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:
ObjectQueryRelationshipNameInfoSee Also