Click or drag to resize
Infosoft Logo

ValidateByIdRequestTitleCode Property

Gets or sets an optional title code that provides context for the validation.

Namespace: Infosoft.Common.Contracts.MessageContracts.Configurations
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public string TitleCode { get; set; }

Property Value

String
Remarks

Some validations can only be fully resolved if the title is known. For instance, some configurations require the input value to be a campaign code, and the code is only valid if the campaign both exists and is connected to the given title. If no title code is given, the validation engine will only accept objects that have no associated title, and for some objects (such as campaigns) this is impossible.

Note that for any other ValidationType than Object, this argument is irrelevant.

See Also