Method | Description | |
---|---|---|
GetMessageId ( this options ) : string |
Returns the message id.
|
|
SetMessageId ( this options, string messageId ) : void |
Allows the user to set the message id.
|
public static GetMessageId ( this options ) : string | ||
options | this | Options to extend. |
return | string |
public static SetMessageId ( this options, string messageId ) : void | ||
options | this | Options to extend. |
messageId | string | The message id to use. |
return | void |