MediaBeforeCreateEventArgs
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.MediaGalleries.dll
Definition
class MediaBeforeCreateEventArgs { Application Application { get; } User Author { get; set; } string AvatarUrl { get; } string Body { get; set; } int? CommentCount { get; } Guid ContentId { get; } DateTime? Date { get; set; } int? Downloads { get; } string EmbedCode { get; } ApiList<ExtendedAttribute> ExtendedAttributes { get; } string FeaturedImage { get; } MediaFile File { get; } int? GroupId { get; } int? Id { get; } MediaGalleryPost InternalEntity { get; } bool? IsApproved { get; set; } bool? IsFeatured { get; } int? MediaGalleryId { get; } string PostType { get; } int? RatingCount { get; } int? RatingSum { get; } string SearchUniqueId { get; } IList<string> Tags { get; set; } string Title { get; set; } string Url { get; } int? Views { get; } bool GetExtendedAttributeBool(string name, bool defaultValue); DateTime GetExtendedAttributeDateTime(string name, DateTime defaultValue); Guid GetExtendedAttributeGuid(string name, Guid defaultValue); int GetExtendedAttributeInt(string name, int defaultValue); string GetExtendedAttributeString(string name, string defaultValue); void SetExtendedAttributeDateTime(string name, DateTime value); void SetExtendedAttributeGuid(string name, Guid value); void SetExtendedAttributeInt(string name, int value); void SetExtendedAttributeString(string name, string value); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Application | Application | |||
Author | User | |||
AvatarUrl | string | |||
Body | string | |||
CommentCount | int? | |||
ContentId | Guid | |||
Date | DateTime? | |||
Downloads | int? | |||
EmbedCode | string | |||
ExtendedAttributes | ApiList<ExtendedAttribute> | |||
FeaturedImage | string | |||
File | MediaFile | |||
GroupId | int? | |||
Id | int? | |||
InternalEntity | MediaGalleryPost | |||
IsApproved | bool? | |||
IsFeatured | bool? | |||
MediaGalleryId | int? | |||
PostType | string | |||
RatingCount | int? | |||
RatingSum | int? | |||
SearchUniqueId | string | |||
Tags | IList<string> | |||
Title | string | |||
Url | string | |||
Views | int? |
Methods
bool GetExtendedAttributeBool(string name, bool defaultValue);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
name | string | Name | Required | ||
defaultValue | bool | Default Value | Required |
Return Type
bool
DateTime GetExtendedAttributeDateTime(string name, DateTime defaultValue);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
name | string | Name | Required | ||
defaultValue | DateTime | Default Value | Required |
Return Type
DateTime
Guid GetExtendedAttributeGuid(string name, Guid defaultValue);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
name | string | Name | Required | ||
defaultValue | Guid | Default Value | Required |
Return Type
Guid
int GetExtendedAttributeInt(string name, int defaultValue);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
name | string | Name | Required | ||
defaultValue | int | Default Value | Required |
Return Type
int
string GetExtendedAttributeString(string name, string defaultValue);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
name | string | Name | Required | ||
defaultValue | string | Default Value | Required |
Return Type
string
void SetExtendedAttributeDateTime(string name, DateTime value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
name | string | Name | Required | ||
value | DateTime | Value | Required |
void SetExtendedAttributeGuid(string name, Guid value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
name | string | Name | Required | ||
value | Guid | Value | Required |
void SetExtendedAttributeInt(string name, int value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
name | string | Name | Required | ||
value | int | Value | Required |
void SetExtendedAttributeString(string name, string value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
name | string | Name | Required | ||
value | string | Value | Required |