OkToPublishWithoutValue Property

Pageflex Document Action API

Pageflex Document Action API OkToPublishWithoutValue Property
Namespaces > Pageflex.Scripting > Variable > OkToPublishWithoutValue
Indicates how a missing value for this variable will be handled.
Syntax
C# Visual Basic Managed C++
public bool OkToPublishWithoutValue { get; }
Public ReadOnly Property OkToPublishWithoutValue As Boolean
public:
bool OkToPublishWithoutValue {
	bool get ();
}
Remarks
If the variable's value is missing and this property is trueTruetrue, output will be created and any Elements associated with this variable will be hidden. If the variable's value is missing and this property is falseFalsefalse, no output will be created and the job may be aborted. The variable's value is considered to be missing if Value is the empty string.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)