SystemOptionsListing Class

Provides utilities for building listings of system options

Definition

Namespace: Ignition.Framework.Metadata
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public class SystemOptionsListing
Inheritance
Object    SystemOptionsListing
Derived

Constructors

SystemOptionsListingInitializes a new instance of the SystemOptionsListing class

Methods

ClearCache Clears the global system options cache
GetBool Get a system option's value, as a decimal
GetDecimal Get a system option's value, as a decimal
GetId Get a system option's value, as a NetForumId
GetInt Get a system option's value, as an int
GetString Get a system option's value, as a string

See Also