Click or drag to resize
IMessageBulkSettingManagerSetValue Method

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

Will set a new bulk setting value for a specific setting and company (company is optional)

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

Parameters

settingName
Type: SystemString
The setting name
settingValue
Type: SystemString
The setting value
companyId
Type: SystemNullableInt64
Optional company ID
See Also