Table of Contents

Method GetItems

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

GetItems(string)

Gets all form items that shares the specified name. The search is case-insensitive.

public MultipartObject[] GetItems(string name)

Parameters

name string

The form item name.

Returns

MultipartObject[]

An array of MultipartObject with the specified name.