Show / Hide Table of Contents

Class ContentExtensions

Inheritance
object
ContentExtensions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
Back to top by the community, for the community... #DNNCMS