Click or drag to resize
PFSDllWrapperpfsGetNameGlb Method
Return the global name of the pfsNode (target/section or keyword) passed as argument.

Namespace: DHI.PFS
Assembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public static string pfsGetNameGlb(
	IntPtr node
)

Parameters

node
Type: SystemIntPtr
A pfsNode pointer

Return Value

Type: String
Remarks
The global name is the concatenation of the node name and the section names on higher levels separated by periods, eg Target.A_sect.B_sect.C_keyw
See Also