ForumThreadsUpdateOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Forums.dll
Definition
class ForumThreadsUpdateOptions { string Body { get; set; } string ContentType { get; set; } string EditNotes { 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? HasPoll { get; set; } bool? IsAnonymous { get; set; } bool? IsFeatured { get; set; } bool? IsLocked { get; set; } bool? IsQuestion { get; set; } bool? IsSticky { get; set; } string PollDescription { get; set; } DateTime? PollExpirationDate { get; set; } string PollTitle { get; set; } DateTime? PostDate { get; set; } bool? RemoveAttachment { get; set; } DateTime? StickyDate { get; set; } string Subject { get; set; } bool? SubscribeToThread { get; set; } string Tags { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Body | string | Body | ||
ContentType | string | Used when adding a post attachment | ||
EditNotes | string | Edit notes | ||
ExtendedAttributes | IList<ExtendedAttribute> | ExtendedAttributes | ||
FeaturedImage | string | URL of image to use when IsFeatured is true | ||
FileData Obsolete | Byte[] | OBSOLETE in 12: Use FileUrl or FileUploadContext instead. When adding a post attachment either FileData, FileUrl or FileUploadContext is required. OBSOLETE in 12: Use FileUrl or FileUploadContext instead. | ||
FileName | string | Used when adding a post attachment | ||
FileStream Obsolete | Stream | OBSOLETE in 12: Use FileUrl or FileUploadContext instead. Used when adding a post attachment. OBSOLETE in 12: Use FileUrl or FileUploadContext instead. | ||
FileUploadContext | string | When adding a post attachment either FileData, FileUrl or FileUploadContext is required. | ||
FileUrl | string | When adding a post attachment either FileData, FileUrl or FileUploadContext is required. | ||
HasPoll | bool? | Has poll | ||
IsAnonymous | bool? | Is anonymous | ||
IsFeatured | bool? | Is featured | ||
IsLocked | bool? | Is locked | ||
IsQuestion | bool? | Only used when the forum being posted to has both discussions and questions | ||
IsSticky | bool? | Is sticky | ||
PollDescription | string | Poll description | ||
PollExpirationDate | DateTime? | Poll expirationDate | ||
PollTitle | string | Poll title | ||
PostDate | DateTime? | Current Date | ||
RemoveAttachment | bool? | When true, removes the post's attachment | ||
StickyDate | DateTime? | If a thread is sticky, used to specify how long it should be sticky. If no sticky date provided default is current date + 7 days | ||
Subject | string | Subject | ||
SubscribeToThread | bool? | Subscribe to thread | ||
Tags | string | A comma separated list of tags |