Class Metadata
Represents the Metadata
Constructors
Metadata()
Declaration
public Metadata()
Properties
Description
The description of the metadata
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IsPublic
Is the metadata publicly available
Declaration
public bool IsPublic { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
SupportsFaceting
Does it supports faceting
Declaration
public bool SupportsFaceting { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |