Post

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

renderContentAsHtml
string renderContentAsHtml(VibeLogSettings settings, string page_path, int header_level_nesting)
Undocumented in source. Be warned that the author may not have intended to support it.
renderSubHeaderAsHtml
string renderSubHeaderAsHtml(VibeLogSettings settings)
Undocumented in source. Be warned that the author may not have intended to support it.
toBson
Bson toBson()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromBson
Post fromBson(Bson bson)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

author
string author;
Undocumented in source.
category
string category;
Undocumented in source.
commentsAllowed
bool commentsAllowed;
Undocumented in source.
content
string content;
Undocumented in source.
date
SysTime date;
Undocumented in source.
filters
string[] filters;
Undocumented in source.
header
string header;
Undocumented in source.
headerImage
string headerImage;
Undocumented in source.
id
BsonObjectID id;
Undocumented in source.
isPublic
bool isPublic;
Undocumented in source.
slug
string slug;
Undocumented in source.
subHeader
string subHeader;
Undocumented in source.
tags
string[] tags;
Undocumented in source.
trackbacks
string[] trackbacks;
Undocumented in source.

Meta