Table of Contents

Method HasSection

Namespace
LMKit.Data
Assembly
LM-Kit.NET.dll

HasSection(string)

Determines whether the data source contains a section with the specified identifier.

public bool HasSection(string sectionIdentifier)

Parameters

sectionIdentifier string

The unique identifier for the section to look up.

Returns

bool

true if a section with the given identifier exists within the data source; otherwise, false.