Package DE_EPAGES::Forum::API::Object::BlogPost
object interface for BlogPost.
Base |
DE_EPAGES::Content::API::Object::ContentObject |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $BlogPost->className; |
Return |
|
createURI
Returns a suggestion for a short url. For blog posts the URI path of the parent blog is included in the URI path.
Syntax |
$URI = $Object->createURI($Name, $Parent, $LanguageID); |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $BlogPost->dbPackage; |
Return |
|