Foxit PDF SDK
FSDK.PortfolioNode Class Reference
Inheritance diagram for FSDK.PortfolioNode:
FSDK.PortfolioFileNode

Public Member Functions

 GetNodeType ()
 Get node type. More...
 
 IsEmpty ()
 Check whether current object is empty or not. More...
 

Static Public Attributes

static e_TypeFile
 Portfolio node type: file.
 
static e_TypeFolder
 Portfolio node type: folder.
 
static e_TypeUnknown
 Enumeration for portfolio node type. More...
 

Detailed Description

Class FSDK.PortfolioNode is the base class for all types of portfolio nodes.

Member Function Documentation

◆ GetNodeType()

FSDK.PortfolioNode.GetNodeType ( )

Get node type.

Returns
Node type. Please refer to values starting from FSDK.PortfolioNode.e_TypeFolder and this would be one of these values.

◆ IsEmpty()

FSDK.PortfolioNode.IsEmpty ( )

Check whether current object is empty or not.

When the current object is empty, that means current object is useless.

Returns
true means current object is empty, while false means not.

Member Data Documentation

◆ e_TypeUnknown

FSDK.PortfolioNode.e_TypeUnknown
static

Enumeration for portfolio node type.

Values of this enumeration should be used alone.

Unknown portfolio node type.