Gets tags in one string.

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

Syntax

C#
string GetInlineTags(
	List<string> tags
)
Visual Basic
Function GetInlineTags ( 
	tags As List(Of String)
) As String
Visual C++
String^ GetInlineTags(
	List<String^>^ tags
)
F#
abstract GetInlineTags : 
        tags : List<string> -> string 

Parameters

tags
Type: System.Collections.Generic..::..List<(Of <(<'String>)>)>
List of tags

Return Value

Type: String
Inline tags

See Also