PfsHelperPfsGetSectionByHandler Method |
Returns the section specified in the sectionPath parameter
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static IntPtr PfsGetSectionByHandler(
IntPtr pfsNode,
string sectPath
)
Public Shared Function PfsGetSectionByHandler (
pfsNode As IntPtr,
sectPath As String
) As IntPtr
public:
static IntPtr PfsGetSectionByHandler(
IntPtr pfsNode,
String^ sectPath
)
static member PfsGetSectionByHandler :
pfsNode : IntPtr *
sectPath : string -> IntPtr
Parameters
- pfsNode
- Type: SystemIntPtr
a pfsNode pointer - sectPath
- Type: SystemString
the position of the section specified relative from the nPfs node
Return Value
Type:
IntPtr
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