Class Creators
The creator details.
[DataContract]
public class Creators
- Inheritance
-
Creators
- Inherited Members
Properties
CreatedBy
Gets or sets the creator email.
[DataMember(Name = "createdBy")]
public string CreatedBy { get; set; }
Property Value
UserId
Gets or sets the creator user id.
[DataMember(Name = "userId")]
public string UserId { get; set; }