Generates the tag string from the Blog post tags.

Namespace: MonoSoftware.MonoX.MetaWeblog
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected virtual string GenerateTagString(
	BlogPostEntity post
)
Visual Basic
Protected Overridable Function GenerateTagString ( 
	post As BlogPostEntity
) As String
Visual C++
protected:
virtual String^ GenerateTagString(
	BlogPostEntity^ post
)
F#
abstract GenerateTagString : 
        post : BlogPostEntity -> string 
override GenerateTagString : 
        post : BlogPostEntity -> string 

Parameters

post
Type: BlogPostEntity
Blog post

Return Value

Type: String
Tags

See Also