Class AudienceConfigParameter
An Audience configuration parameter, used for handling Audience application or Web part settings.
Carrier object for AudienceConfigParameter. Services for the AudienceConfigParameter Carrier is available from the IAudienceAgent.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class AudienceConfigParameter : Carrier
Constructors
AudienceConfigParameter()
Default constructor
Declaration
public AudienceConfigParameter()
See Also
Properties
AudienceLayoutId
The id of the Audience layout this configuration setting belongs to
Declaration
public virtual int AudienceLayoutId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
CreatedBy
Name of the person that created the configuration parameter
Declaration
public virtual string CreatedBy { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
CreatedDate
The date and time the configuration parameter was created in UTC.
Declaration
public virtual DateTime CreatedDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
See Also
Name
The name of the configuration parameter
Declaration
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
UpdatedBy
Name of the person that last updated the configuration parameter
Declaration
public virtual string UpdatedBy { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
UpdatedDate
The date and time the configuration parameter was last updated in UTC.
Declaration
public virtual DateTime UpdatedDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
See Also
Value
The value of the configuration parameter
Declaration
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
String |
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. |