VariablesUsed Property

Pageflex Document Action API

Pageflex Document Action API VariablesUsed Property
Namespaces > Pageflex.Scripting > ISearchable > VariablesUsed
Gets the names of all Variables used by this element and its descendants.
Syntax
C# Visual Basic Managed C++
public abstract string[] VariablesUsed { get; }
Public MustOverride ReadOnly Property VariablesUsed As String()
public:
virtual array<String^>^ VariablesUsed {
	array<String^>^ get () abstract;
}
Remarks
Returns an array of Strings representing the names of variables used by this element and its descendants.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)