C# Class EventServer.Core.HttpHandlers.MWAPost

Mostra file Open project: roundtable/EventServer Class Usage Examples

Public Properties

Property Type Description
author string
categories List
commentPolicy string
description string
excerpt string
link string
postDate System.DateTime
postID string
publish bool
slug string
tags List
title string

Property Details

author public_oe property

public string author
return string

categories public_oe property

public List categories
return List

commentPolicy public_oe property

public string commentPolicy
return string

description public_oe property

public string description
return string

excerpt public_oe property

public string excerpt
return string

link public_oe property

public string link
return string

postDate public_oe property

public DateTime,System postDate
return System.DateTime

postID public_oe property

public string postID
return string

publish public_oe property

public bool publish
return bool

slug public_oe property

public string slug
return string

tags public_oe property

public List tags
return List

title public_oe property

public string title
return string