SOLIDWORKS PDM Professional API Help Send Feedback
mlCurrentFolderID Field
See Also 
EPDM.Interop.epdm Namespace > EdmCmd Structure : mlCurrentFolderID Field


ID of the active folder.

Syntax

Visual Basic 
Public mlCurrentFolderID As System.Integer
C# 
public System.int mlCurrentFolderID
C++/CLI 
public:
System.int mlCurrentFolderID

Remarks

Used for menu commands (meCmdType = EdmCmdType.EdmCmd_Menu).

See Also