 | SystemOptionsListingGetId Method |
Get a system option's value, as a NetForumId
Namespace: Ignition.Framework.MetadataAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxprotected static NetForumId GetId(
string systemOptionName
)
Protected Shared Function GetId (
systemOptionName As String
) As NetForumId
protected:
static NetForumId^ GetId(
String^ systemOptionName
)
static member GetId :
systemOptionName : string -> NetForumId Parameters
- systemOptionName String
- The name of the system option to retrieve
Return Value
NetForumIdThe requested system option's value
Exceptions
See Also