Method GetVariables3

GetVariables3(VariableFormat, bool, bool)

Returns the current Document and Calc Section variables in the specified data format

Declaration
string GetVariables3(VariableFormat format = VariableFormat.Xml, bool includeTemporaryVariables = false, bool includeModifiedAttribute = false)
Parameters
Type Name Description
VariableFormat format

Format in which to return the variables, the default is XML

bool includeTemporaryVariables

Determines whether to include temporary variables

bool includeModifiedAttribute

Determines whether to include the modified attribute for each variable

Returns
Type Description
string

A string which defines the variables and their associated values and attributes

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next