Table of Contents

Class DeleteScriptFragmentResult

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

DTO class for the script fragments deletion result

public class DeleteScriptFragmentResult
Inheritance
DeleteScriptFragmentResult
Inherited Members

Properties

FragmentName

Name of the script fragment

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

Property Value

string

IsSuccessful

True if the operation did not internally result in an exception

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

Property Value

bool