Class UserCopiedEventArgs
Inheritance
System.Object
UserCopiedEventArgs
Assembly: DotNetNuke.dll
Syntax
public class UserCopiedEventArgs : object
Properties
|
Improve this Doc
View Source
Cancel
Declaration
public bool Cancel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
PortalGroupId
Declaration
public int PortalGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PortalName
Declaration
public string PortalName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Stage
Declaration
public string Stage { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TotalUsers
Declaration
public float TotalUsers { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
UserName
Declaration
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UserNo
Declaration
public float UserNo { get; set; }
Property Value
Type |
Description |
System.Single |
|
Extension Methods