Click or drag to resize
IMacroManagerBaseTSetConfiguredMacros Method

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

[Missing <summary> documentation for "M:Netadmin.Management.Ticketing.Macro.IMacroManagerBase`1.SetConfiguredMacros(System.Int64,Netadmin.Management.Ticketing.Macro.IMacroConfiguration{System.String,System.Int64,System.Nullable{System.Int64}})"]

Namespace: Netadmin.Management.Ticketing.Macro
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void SetConfiguredMacros(
	long actionId,
	IMacroConfiguration<string, long, Nullable<long>> macroConfiguration
)

Parameters

actionId
Type: SystemInt64

[Missing <param name="actionId"/> documentation for "M:Netadmin.Management.Ticketing.Macro.IMacroManagerBase`1.SetConfiguredMacros(System.Int64,Netadmin.Management.Ticketing.Macro.IMacroConfiguration{System.String,System.Int64,System.Nullable{System.Int64}})"]

macroConfiguration
Type: Netadmin.Management.Ticketing.MacroIMacroConfigurationString, Int64, NullableInt64

[Missing <param name="macroConfiguration"/> documentation for "M:Netadmin.Management.Ticketing.Macro.IMacroManagerBase`1.SetConfiguredMacros(System.Int64,Netadmin.Management.Ticketing.Macro.IMacroConfiguration{System.String,System.Int64,System.Nullable{System.Int64}})"]

Exceptions
ExceptionCondition
ValueCanNotBeChangedExceptionThrown if attempting to change default value for an action that is in use by a ticket destination
See Also