Class PageMeta
Inherited Members
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 |