Show / Hide Table of Contents

Class UserCopiedEventArgs

Inheritance
object
UserCopiedEventArgs
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Portals
Assembly: DotNetNuke.dll
Syntax
public class UserCopiedEventArgs

Constructors

UserCopiedEventArgs()

Declaration
public UserCopiedEventArgs()

Properties

Cancel

Declaration
public bool Cancel { get; set; }
Property Value
Type Description
bool

PortalGroupId

Declaration
public int PortalGroupId { get; set; }
Property Value
Type Description
int

PortalName

Declaration
public string PortalName { get; set; }
Property Value
Type Description
string

Stage

Declaration
public string Stage { get; set; }
Property Value
Type Description
string

TotalUsers

Declaration
public float TotalUsers { get; set; }
Property Value
Type Description
float

UserName

Declaration
public string UserName { get; set; }
Property Value
Type Description
string

UserNo

Declaration
public float UserNo { get; set; }
Property Value
Type Description
float

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS