Table of Contents

Method GetItems

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

GetItems(string)

Gets an array of StringValue from their key name. If the object was not found by their name, an empty array of StringValue is returned.

public StringValue[] GetItems(string name)

Parameters

name string

Returns

StringValue[]