Context Property

Pageflex Document Action API

Pageflex Document Action API Context Property
Namespaces > Pageflex.Scripting > Application > Context
Gets the ApplicationContext in which the executing script has been invoked.
Syntax
C# Visual Basic Managed C++
public static ApplicationContext Context { get; }
Public Shared ReadOnly Property Context As ApplicationContext
public:
static ApplicationContext Context {
	ApplicationContext get ();
}
Remarks
Returns a ApplicationContext value specifying the application's execution context.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)