PfsHelperPfsIsFilename Method  | 
 
             Return true of the node is a filename
            
 
    Namespace: 
   DHI.PFS
    Assembly:
   DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static bool PfsIsFilename(
	IntPtr pfsNode
)
Public Shared Function PfsIsFilename ( 
	pfsNode As IntPtr
) As Boolean
public:
static bool PfsIsFilename(
	IntPtr pfsNode
)
static member PfsIsFilename : 
        pfsNode : IntPtr -> bool 
Parameters
- pfsNode
 - Type: SystemIntPtr
 
Return Value
Type: 
Boolean
See Also