BlogContactRequest
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Blogs.dll
Definition
class BlogContactRequest { int BlogId { get; set; } string Body { get; set; } DateTime DateCreated { get; set; } string EmailAddress { get; set; } string Excerpt { get; set; } int Id { get; set; } bool IsModerated { get; set; } string Name { get; set; } string Subject { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
BlogId | int | |||
Body | string | |||
DateCreated | DateTime | |||
EmailAddress | string | |||
Excerpt | string | |||
Id | int | |||
IsModerated | bool | |||
Name | string | |||
Subject | string |