Property | Defined by | ||
---|---|---|---|
id : String
The id of the blog
| Blog | ||
name : String
The name of the blog
| Blog | ||
needsPassword : Boolean
Flag for if the blog requires a password
| Blog | ||
url : String
The URL of the blog
| Blog |
Method | Defined by | ||
---|---|---|---|
Blog()
Construct a new Blog instance
| Blog |
id | property |
id:String
[read-write]The id of the blog
Implementation public function get id():String
public function set id(value:String):void
name | property |
name:String
[read-write]The name of the blog
Implementation public function get name():String
public function set name(value:String):void
needsPassword | property |
needsPassword:Boolean
[read-write]Flag for if the blog requires a password
Implementation public function get needsPassword():Boolean
public function set needsPassword(value:Boolean):void
url | property |
url:String
[read-write]The URL of the blog
Implementation public function get url():String
public function set url(value:String):void
Blog | () | constructor |
public function Blog()
Construct a new Blog instance