ITextTemplatingEngineHost.GetHostOption(String) Method

Definition

Called by the Engine to ask for the value of a specified option. Return null if you do not know.

public:
 System::Object ^ GetHostOption(System::String ^ optionName);
public object GetHostOption (string optionName);
abstract member GetHostOption : string -> obj
Public Function GetHostOption (optionName As String) As Object

Parameters

optionName
String

The name of an option.

Returns

Null to select the default value for this option. Otherwise, an appropriate value for the option.

Applies to