Template Property

Pageflex Document Action API

Pageflex Document Action API Template Property
Namespaces > Pageflex.Scripting > Job > Template
Gets the template associated with the job.
Syntax
C# Visual Basic Managed C++
public string Template { get; }
Public ReadOnly Property Template As String
public:
String^ Template {
	String^ get ();
}
Remarks
Returns a String representing the template.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)