Class ViewCustomFieldDetails
The custom field details.
Inheritance
System.Object
ViewCustomFieldDetails
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class ViewCustomFieldDetails : 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 |
CustomFieldId
Gets or sets the custom form field.
Declaration
public string CustomFieldId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FieldDescription
Gets or sets the custom form field description.
Declaration
public string FieldDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FieldName
Gets or sets the custom form field name.
Declaration
public string FieldName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FieldOrder
Gets or sets the custom form field order.
Declaration
public int FieldOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FormField
Gets or sets the custom form field.
Declaration
public CustomFormField FormField { get; set; }
Property Value
Type | Description |
---|---|
CustomFormField |
SharedField
Gets or sets a value indicating whether its a sharable custom form field.
Declaration
public bool SharedField { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |