Packageeu.orangeflash.webapis.wp
Classpublic class Content



Public Properties
 PropertyDefined by
  allowComments : Boolean
Property, reflects mt_allow_comments property.
Content
  allowPings : Boolean
Property, reflects mt_allow_pings property.
Content
  categories : Array
Property, reflects categories property.
Content
  dateCreated : Date
Property, reflects dateCreated property.
Content
  description : String
Property, reflects description property.
Content
  link : String
Property, reflects link property.
Content
  permaLink : String
Property, reflects permaLink property.
Content
  rawStruct : Object
[read-only]
Content
  textMore : String
Property, reflects mt_text_more property.
Content
  title : String
Property, reflects title property.
Content
Public Methods
 MethodDefined by
  
Content(rawStruct:Object = null)
Content
Property detail
allowCommentsproperty
allowComments:Boolean  [read-write]

Property, reflects mt_allow_comments property.

This property can be used as the source for data binding.

Implementation
    public function get allowComments():Boolean
    public function set allowComments(value:Boolean):void
allowPingsproperty 
allowPings:Boolean  [read-write]

Property, reflects mt_allow_pings property.

This property can be used as the source for data binding.

Implementation
    public function get allowPings():Boolean
    public function set allowPings(value:Boolean):void
categoriesproperty 
categories:Array  [read-write]

Property, reflects categories property.

This property can be used as the source for data binding.

Implementation
    public function get categories():Array
    public function set categories(value:Array):void
dateCreatedproperty 
dateCreated:Date  [read-write]

Property, reflects dateCreated property.

This property can be used as the source for data binding.

Implementation
    public function get dateCreated():Date
    public function set dateCreated(value:Date):void
descriptionproperty 
description:String  [read-write]

Property, reflects description property.

This property can be used as the source for data binding.

Implementation
    public function get description():String
    public function set description(value:String):void
linkproperty 
link:String  [read-write]

Property, reflects link property.

This property can be used as the source for data binding.

Implementation
    public function get link():String
    public function set link(value:String):void
permaLinkproperty 
permaLink:String  [read-write]

Property, reflects permaLink property.

This property can be used as the source for data binding.

Implementation
    public function get permaLink():String
    public function set permaLink(value:String):void
rawStructproperty 
rawStruct:Object  [read-only]Implementation
    public function get rawStruct():Object
textMoreproperty 
textMore:String  [read-write]

Property, reflects mt_text_more property.

This property can be used as the source for data binding.

Implementation
    public function get textMore():String
    public function set textMore(value:String):void
titleproperty 
title:String  [read-write]

Property, reflects title property.

This property can be used as the source for data binding.

Implementation
    public function get title():String
    public function set title(value:String):void
Constructor detail
Content()constructor
public function Content(rawStruct:Object = null)Parameters
rawStruct:Object (default = null)