Class RelationshipEventArgs
Inheritance
System.Object
RelationshipEventArgs
Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke.dll
Syntax
public class RelationshipEventArgs : EventArgs
Properties
| Improve this Doc View SourcePortalID
Declaration
public int PortalID { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Relationship
Declaration
public UserRelationship Relationship { get; }
Property Value
Type | Description |
---|---|
UserRelationship |