Show / Hide Table of Contents

Class PageMeta

Inheritance
object
PageMeta
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: DotNetNuke.Abstractions.Pages
Assembly: DotNetNuke.Abstractions.dll
Syntax
public class PageMeta

Constructors

PageMeta(string, string, int)

Declaration
public PageMeta(string name, string content, int priority)
Parameters
Type Name Description
string name
string content
int priority

Properties

Content

Declaration
public string Content { get; set; }
Property Value
Type Description
string

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Priority

Declaration
public int Priority { get; set; }
Property Value
Type Description
int

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS