Variable Class

Pageflex Document Action API

Pageflex Document Action API Variable Class
Namespaces > Pageflex.Scripting > Variable
The Variable class represents a Pageflex project variable or job variable.
Syntax
C# Visual Basic Managed C++
public class Variable : PFObject
Public Class Variable _
	Inherits PFObject
public ref class Variable : public PFObject
Members
All Members Constructors Methods Properties Fields Events



Icon Member Description
AsFile
Indicates whether Value specifies a filename.
Equals(Object) (Inherited from Object.)
Finalize() (Inherited from Object.)
GetHashCode() (Inherited from Object.)
GetType() (Inherited from Object.)
Kind
Gets a VariableKind specifying what kind of content this variable holds.
MemberwiseClone() (Inherited from Object.)
Name
Gets the name of the variable.
OkToPublishWithoutValue
Indicates how a missing value for this variable will be handled.
Source
Gets a VariableSource specifying how this variable's value is determined.
ToString() (Inherited from Object.)
Value
Gets or sets the current value of the variable.
Inheritance Hierarchy
Object
PFObject
  Variable

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)