Click or drag to resize
PFSSectionFindSection Method
Find the first section with the given name.

Namespace: DHI.PFS
Assembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public PFSSection FindSection(
	string sectionName
)

Parameters

sectionName
Type: SystemString
Name of section to find.

Return Value

Type: PFSSection
A PFSSection, or null if not found.
See Also