Class PortalSettingUpdatedEventArgs
Inheritance
System.Object
PortalSettingUpdatedEventArgs
Assembly: DotNetNuke.dll
Syntax
public class PortalSettingUpdatedEventArgs : EventArgs
Properties
|
Improve this Doc
View Source
PortalId
Declaration
public int PortalId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SettingName
Declaration
public string SettingName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SettingValue
Declaration
public string SettingValue { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods