Class PortalSettingUpdatedEventArgs
Inheritance
PortalSettingUpdatedEventArgs
Assembly: DotNetNuke.dll
Syntax
public class PortalSettingUpdatedEventArgs : EventArgs
Constructors
PortalSettingUpdatedEventArgs()
Declaration
public PortalSettingUpdatedEventArgs()
Properties
PortalId
Declaration
public int PortalId { get; set; }
Property Value
SettingName
Declaration
public string SettingName { get; set; }
Property Value
SettingValue
Declaration
public string SettingValue { get; set; }
Property Value
Extension Methods