Table of Contents

Interface IReadOnlyListItemArray

Namespace
Shift.Common
Assembly
Shift.Common.dll
public interface IReadOnlyListItemArray : IEnumerable<ListItem>, IEnumerable
Inherited Members
Extension Methods

Properties

TotalCount

int? TotalCount { get; }

Property Value

int?

Methods

ContainsValue(string)

bool ContainsValue(string value)

Parameters

value string

Returns

bool

FindByValue(string)

ListItem FindByValue(string value)

Parameters

value string

Returns

ListItem