Class EmbeddedCustomFieldDetails
Embedded custom field details.
Inheritance
System.Object
EmbeddedCustomFieldDetails
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class EmbeddedCustomFieldDetails : object
Properties
| Improve this Doc View SourceBrandId
Gets or sets the brand id.
Declaration
public string BrandId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LinkValidTill
Gets or sets the custom field manipulation link expiration date (valid till). Maximum valid till is 30 days. Default is 1 day.
Declaration
public DateTime? LinkValidTill { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DateTime> |