Class RelationshipEventArgs
Inherited Members
Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke.dll
Syntax
public class RelationshipEventArgs : EventArgs
Properties
PortalID
Declaration
public int PortalID { get; }
Property Value
| Type | Description |
|---|---|
| int |
Relationship
Declaration
public UserRelationship Relationship { get; }
Property Value
| Type | Description |
|---|---|
| UserRelationship |