Class ContentFolderMetadata
- Namespace
- CMS.ContentEngine
- Assembly
- CMS.ContentEngine.dll
The content folder metadata.
public sealed class ContentFolderMetadata
- Inheritance
-
objectContentFolderMetadata
- Extension Methods
Constructors
ContentFolderMetadata(string, string)
Initializes a new instance of the ContentFolderMetadata class.
public ContentFolderMetadata(string displayName, string name)
Parameters
displayNamestringnamestring
Exceptions
- ArgumentException
The
displayNameis null, empty, or string of spaces. Thenameisnull, 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