AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

UpdateRequest..::..IsArray Property

Gets or sets a value indicating whether Data represents an array of objects (true) rather than a single object (false).

Namespace:  AdvantageCSP.AdvantageAPI
Assembly:  AdvantageCSP.API (in AdvantageCSP.API.dll)

Syntax


public bool IsArray { get; set; }

Field Value

true when the payload is a JSON array; otherwise, false.