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