Table of Contents

Class InvitationTemplateModelValidated

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll

Extension of InvitationTemplateModel that says whether the template is valid

public class InvitationTemplateModelValidated : InvitationTemplateModel
Inheritance
InvitationTemplateModelValidated
Inherited Members

Properties

IsValid

Whether the template is valid

[JsonProperty("IsValid", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool IsValid { get; set; }

Property Value

bool

ValidationError

The validation error in case the template is invalid

[JsonProperty("ValidationError", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ValidationError { get; set; }

Property Value

string