Click or drag to resize
PFSFileGetSectionFromHandle Method
Try to find the given section based on the sectionPath.

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

Parameters

sectionPath
Type: SystemString
the position of the section specified relative from the nPfs node

Return Value

Type: PFSSection
Null if not found
Remarks
The section path is specified in the form section1/section2/section3. A section name can be ".." which means the parent section to the current section. The section can include a sequence number in the form "name:no" - no gives the sequence number of section with the specified name. This is only relevant if more than one section at the same level have the same name.
See Also