Table of Contents

Class Creators

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

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

string

UserId

Gets or sets the creator user id.

[DataMember(Name = "userId")]
public string UserId { get; set; }

Property Value

string