Get Relationships By PortalId

Namespace: DotNetNuke.Entities.Users.Social
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
IList<Relationship> GetRelationshipsByPortalId(
	int portalId
)
Visual Basic
Function GetRelationshipsByPortalId ( 
	portalId As Integer
) As IList(Of Relationship)

Parameters

portalId
Type: System..::..Int32
PortalId

Return Value

returnsM:DotNetNuke.Entities.Users.Social.IRelationshipController.GetRelationshipsByPortalId(System.Int32)

See Also