Generates a tag string from an entity's collection of tags.

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

Syntax

C#
public string GenerateTagString(
	SnFileEntity entity
)
Visual Basic
Public Function GenerateTagString ( 
	entity As SnFileEntity
) As String
Visual C++
public:
String^ GenerateTagString(
	SnFileEntity^ entity
)
F#
member GenerateTagString : 
        entity : SnFileEntity -> string 

Parameters

entity
Type: SnFileEntity
Entity that contains a collection of tags

Return Value

Type: String
Comma separated tag string

See Also