IsIngested Property

Pageflex Document Action API

Pageflex Document Action API IsIngested Property
Namespaces > Pageflex.Scripting > Page > IsIngested
trueTruetrue if this page point was created by evaluating a document Variable; falseFalsefalse otherwise.
Syntax
C# Visual Basic Managed C++
public bool IsIngested { get; }
Public ReadOnly Property IsIngested As Boolean
public:
virtual bool IsIngested {
	bool get () sealed;
}
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.
See Also

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)