Packagecom.absentdesign.core.webapis.wordpress
Classpublic class PageStatusList
InheritancePageStatusList Inheritance WPStruct

duplicates the constants from wp.getPageStatusList



Public Methods
 MethodDefined by
 Inherited
getDump():String
WPStruct
 Inherited
IXMLRPCStruct implementation to allow proper serialization

null values are converted to empty strings to avoid being serialized as strings with a value of "null"

WPStruct
Public Constants
 ConstantDefined by
  DRAFT : String = "draft"
[static]
PageStatusList
  PRIVATE : String = "private"
[static]
PageStatusList
  PUBLISH : String = "publish"
[static]
PageStatusList
Constant detail
DRAFTconstant
public static const DRAFT:String = "draft"
PRIVATEconstant 
public static const PRIVATE:String = "private"
PUBLISHconstant 
public static const PUBLISH:String = "publish"