Class AutomatedCategoryUpdate
Utm parameters for a given person.
Carrier object for AutomatedCategoryUpdate. Services for the AutomatedCategoryUpdate Carrier is available from the List Agent.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public class AutomatedCategoryUpdate : Carrier
Constructors
AutomatedCategoryUpdate()
Default constructor
Declaration
public AutomatedCategoryUpdate()
See Also
Properties
DefaultCategory
The default category id to update to, and the actual new value if no user confirmation is needed
Declaration
[DataMember]
public virtual int DefaultCategory { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
Enabled
Indicates whether the automated category update is enabled for this trigger.
Declaration
[DataMember]
public virtual bool Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
See Also
LeadstatusId
The leadstatus id to match on person, to trigger autoupdate of category
Declaration
[DataMember]
public virtual int LeadstatusId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
TriggerType
The type of change to trigger the auto update
Declaration
[DataMember]
public virtual CategoryUpdateTrigger TriggerType { get; set; }
Property Value
| Type | Description |
|---|---|
| CategoryUpdateTrigger |
See Also
UserConfirmation
Whether to ask the user for confirmation before applying the autoupdate
Declaration
[DataMember]
public virtual bool UserConfirmation { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | The carrier contents. |
See Also
ToString(string)
Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.
Declaration
public string ToString(string prefix)
Parameters
| Type | Name | Description |
|---|---|---|
| string | prefix | The line prefix (typically used for indenting) |
Returns
| Type | Description |
|---|---|
| string | The carrier contents. |