Table of Contents

Class ContentFolderMetadata

Namespace
CMS.ContentEngine
Assembly
CMS.ContentEngine.dll

The content folder metadata.

public sealed class ContentFolderMetadata
Inheritance
object
ContentFolderMetadata
Extension Methods

Constructors

ContentFolderMetadata(string, string)

Initializes a new instance of the ContentFolderMetadata class.

public ContentFolderMetadata(string displayName, string name)

Parameters

displayName string
name string

Exceptions

ArgumentException

The displayName is null, empty, or string of spaces. The name is null, or invalid code name.

Properties

DisplayName

The display name of the content folder.

public string DisplayName { get; }

Property Value

string

Name

The code name of the content folder.

public string Name { get; }

Property Value

string