Click or drag to resize
IRelationshipNameSiteInfoProviderGet Method (Int32, Int32)
Gets an instance of the RelationshipNameSiteInfo binding structure.

Namespace: CMS.Relationships
Assembly: CMS.Relationships (in CMS.Relationships.dll) Version: 13.0.131
Syntax
C#
RelationshipNameSiteInfo Get(
	int relationshipNameId,
	int siteId
)

Parameters

relationshipNameId
Type: SystemInt32
Relationship name ID.
siteId
Type: SystemInt32
Site ID.

Return Value

Type: RelationshipNameSiteInfo
Returns an instance of RelationshipNameSiteInfo corresponding to given identifiers or null.
See Also