Create a blog entry

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IBlogPost CreateBlog(
	string name,
	string description,
	IFolioModule folioModule
)
Visual Basic
Function CreateBlog ( _
	name As String, _
	description As String, _
	folioModule As IFolioModule _
) As IBlogPost
Visual C++
IBlogPost^ CreateBlog(
	String^ name, 
	String^ description, 
	IFolioModule^ folioModule
)

Parameters

name
Type: System..::..String
Title of the blog entry
description
Type: System..::..String
BodyCopy of the blog entry
folioModule
Type: Cartella.Interfaces..::..IFolioModule

Field Value

IBlogPost

Return Value

The Blog post created.

See Also