GalleriesCreateOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.MediaGalleries.dll
Definition
class GalleriesCreateOptions { string Description { get; set; } bool? Enabled { get; set; } IList<ExtendedAttribute> ExtendedAttributes { get; set; } string Key { get; set; } string Owners { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Description | string | Description | ||
Enabled | bool? | Enabled | ||
ExtendedAttributes | IList<ExtendedAttribute> | ExtendedAttributes | ||
Key | string | If not specified, the key will be generated. | ||
Owners | string | Comma separated list of usernames |