Click or drag to resize
PFSDllWrapperpfsGetCustomResultFolder Method
Returns the custom result folder.

Namespace: DHI.PFS
Assembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public static string pfsGetCustomResultFolder(
	IntPtr node,
	out int useCustom
)

Parameters

node
Type: SystemIntPtr
A pfsNode pointer within the PFS tree
useCustom
Type: SystemInt32
Boolean output flag that returns whether the "use custom results" flag has been set.

Return Value

Type: String
Custom result folder string
See Also