Class ContentExtensions
Extension methods for Term, Vocabulary, ContentItem.
Inheritance
System.Object
ContentExtensions
Namespace: DotNetNuke.Entities.Content.Common
Assembly: DotNetNuke.dll
Syntax
public static class ContentExtensions : object
Methods
| Improve this Doc View SourceToDelimittedString(List<Term>, String, String)
Toes the delimitted string.
Declaration
public static string ToDelimittedString(this List<Term> terms, string format, string delimitter)
Parameters
Type | Name | Description |
---|---|---|
List<Term> | terms | The terms. |
System.String | format | The format. |
System.String | delimitter | The delimitter. |
Returns
Type | Description |
---|---|
System.String | formatted terms' name as a string and split with the given delimitter order by name A-Z. |
See Also
| Improve this Doc View SourceToDelimittedString(List<Term>, String)
Toes the delimitted string.
Declaration
public static string ToDelimittedString(this List<Term> terms, string delimitter)
Parameters
Type | Name | Description |
---|---|---|
List<Term> | terms | The terms. |
System.String | delimitter | The delimitter. |
Returns
Type | Description |
---|---|
System.String | terms' name as a string and split with the given delimitter order by name A-Z. |