MediaUpdateOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.MediaGalleries.dll
Definition
class MediaUpdateOptions { string ContentType { get; set; } string Description { get; set; } IList<ExtendedAttribute> ExtendedAttributes { get; set; } string FeaturedImage { get; set; } Byte[] FileData { get; set; } string FileName { get; set; } Stream FileStream { get; set; } string FileUploadContext { get; set; } string FileUrl { get; set; } bool? IsApproved { get; set; } bool? IsFeatured { get; set; } string MetaDescription { get; set; } string MetaKeywords { get; set; } string MetaTitle { get; set; } string Name { get; set; } string OpenGraphDescription { get; set; } string OpenGraphImageContext { get; set; } string OpenGraphImageFileName { get; set; } string OpenGraphTitle { get; set; } bool? RemoveOpenGraphImage { get; set; } string Tags { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ContentType | string | Required when updating FileData, FileUrl or FileUploadContext. | ||
Description | string | Description | ||
ExtendedAttributes | IList<ExtendedAttribute> | ExtendedAttributes | ||
FeaturedImage | string | Used to include a featured image when IsFeatured is true. | ||
FileData Obsolete | Byte[] | OBSOLETE in 12: Use FileUrl or FileUploadContext instead. FileData, FileStream, FileUrl or FileUploadContext is required. OBSOLETE in 12: Use FileUrl or FileUploadContext instead. | ||
FileName | string | Required when updating FileData, FileUrl or FileUploadContext. | ||
FileStream Obsolete | Stream | OBSOLETE in 12: Use FileUrl or FileUploadContext instead. FileData, FileStream, FileUrl or FileUploadContext is required. OBSOLETE in 12: Use FileUrl or FileUploadContext instead. | ||
FileUploadContext | string | FileData, FileStream, FileUrl or FileUploadContext is required. | ||
FileUrl | string | FileData, FileStream, FileUrl or FileUploadContext is required. | ||
IsApproved | bool? | Whether the moderation state should be approved | ||
IsFeatured | bool? | Is featured | ||
MetaDescription | string | A brief description of the content used in the meta description tag. | ||
MetaKeywords | string | A comma-separated list of keywords | ||
MetaTitle | string | Title used in page's title tag | ||
Name | string | Name | ||
OpenGraphDescription | string | Description used in open graph tag. | ||
OpenGraphImageContext | string | Image context for file used in open graph tag. | ||
OpenGraphImageFileName | string | Name for file used in open graph tag. | ||
OpenGraphTitle | string | |||
RemoveOpenGraphImage | bool? | Remove the current open graph image. | ||
Tags | string | A comma separated list of tags. |