Click or drag to resize
IMessageBulkSettingManagerGetValue Method

[This is preliminary documentation and is subject to change.]

Get a bulk setting value (returns null when no setting found)

Namespace: Netadmin.Management.Messaging
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
string GetValue(
	string settingName,
	Nullable<long> companyId
)

Parameters

settingName
Type: SystemString
The setting name
companyId
Type: SystemNullableInt64
Optional company ID

Return Value

Type: String
The setting as a string, or null if it was not found
See Also