Class UserCopiedEventArgs
Inheritance
UserCopiedEventArgs
Assembly: DotNetNuke.dll
Syntax
public class UserCopiedEventArgs
Constructors
UserCopiedEventArgs()
Declaration
public UserCopiedEventArgs()
Properties
Cancel
Declaration
public bool Cancel { get; set; }
Property Value
PortalGroupId
Declaration
public int PortalGroupId { get; set; }
Property Value
PortalName
Declaration
public string PortalName { get; set; }
Property Value
Stage
Declaration
public string Stage { get; set; }
Property Value
TotalUsers
Declaration
public float TotalUsers { get; set; }
Property Value
UserName
Declaration
public string UserName { get; set; }
Property Value
UserNo
Declaration
public float UserNo { get; set; }
Property Value
Extension Methods