Class PostListsDTO
Represents a post list.
Inherited Members
Namespace: Integration.DataContracts
Syntax
[DataContract]
public class PostListsDTO
Properties
Name
The name of the post list
Declaration
[DataMember(IsRequired = true)]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the post list |
PostListID
The id of the post list
Declaration
[DataMember(IsRequired = true)]
public int PostListID { get; set; }
Property Value
Type | Description |
---|---|
int | The id of the post list |