C# Class Engage.Dnn.Publish.Services.Post

Show file Open project: EngageSoftware/Engage-Publish Class Usage Examples

Public Properties

Property Type Description
categories string[]
dateCreated System.DateTime
description string
mt_excerpt string
mt_keywords string
permalink string
postid object
title string
userid string
wp_slug string

Property Details

categories public property

public string[] categories
return string[]

dateCreated public property

public DateTime,System dateCreated
return System.DateTime

description public property

public string description
return string

mt_excerpt public property

public string mt_excerpt
return string

mt_keywords public property

public string mt_keywords
return string

permalink public property

public string permalink
return string

postid public property

public object postid
return object

title public property

public string title
return string

userid public property

public string userid
return string

wp_slug public property

public string wp_slug
return string