Class ContentExtensions
Inherited Members
Namespace: DotNetNuke.Entities.Content.Common
Assembly: DotNetNuke.dll
Syntax
public static class ContentExtensions
Methods
ToDelimittedString(List<Term>, string)
Declaration
public static string ToDelimittedString(this List<Term> terms, string delimitter)
Parameters
| Type | Name | Description |
|---|---|---|
| List<Term> | terms | |
| string | delimitter |
Returns
| Type | Description |
|---|---|
| string |
ToDelimittedString(List<Term>, string, string)
Declaration
public static string ToDelimittedString(this List<Term> terms, string format, string delimitter)
Parameters
| Type | Name | Description |
|---|---|---|
| List<Term> | terms | |
| string | format | |
| string | delimitter |
Returns
| Type | Description |
|---|---|
| string |