API Documentation > Classes > Class pfcFileOpenShortcut
Class pfcFileOpenShortcut
Description
This class specifies the shortcuts for file open dialog.
User Guide References:
Property Summary
string
String for shortcut name.
string
String for shortcut path.
Method Summary
Create (string ShorcutPath, string ShortcutName)
Creates a class object for file open shortcuts dialog.
Property Detail
string
ShortcutName
String for shortcut name.
string
ShortcutPath
String for shortcut path.
Method Detail
Create
(string ShorcutPath, string ShortcutName)
Creates a class object for file open shortcuts dialog.
Parameters:
ShorcutPath
String for shortcut path.
ShortcutName
ShortcutName.
Returns:
A pointer to the object
User Guide References:
Was this helpful?