RelationshipNameSiteInfoProviderGetRelationshipNameSiteInfoInternal Method |
Note: This API is now obsolete.
Returns the RelationshipNameSiteInfo structure for the specified relationshipNameSite.
Namespace: CMS.RelationshipsAssembly: CMS.Relationships (in CMS.Relationships.dll) Version: 13.0.131
Syntax [ObsoleteAttribute("Use Get(int, int) instead.")]
protected virtual RelationshipNameSiteInfo GetRelationshipNameSiteInfoInternal(
int relationshipNameId,
int siteId
)
Parameters
- relationshipNameId
- Type: SystemInt32
RelationshipNameID - siteId
- Type: SystemInt32
SiteID
Return Value
Type:
RelationshipNameSiteInfoSee Also