DataSource Property

Pageflex Document Action API

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

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)