API Documentation > Interface Classes > Class pfcFileSaveRegisterOptions
Class pfcFileSaveRegisterOptions

# include <pfcUI.h>

class
pfcFileSaveRegisterOptions
: public virtual
xobject
{
xdeclare(pfcFileSaveRegisterOptions)
...
};
This is a
COMPACT class.

Description
The class specifies options for registering a save operation.
Method Summary
Create (xrstring FileType, xrstring FileDescription)
Creates an object of class FileSaveRegisterOptions
void
Short description of the file type to be saved.
void
The file type to be saved.
Method Detail
GetFileType
()
void
SetFileType
(xrstring value)
The file type to be saved.
This will appear as the file extension in the File 'Save a Copy' Dialog.
User Guide References:
GetFileDescription
()
void
SetFileDescription
(xrstring value)
Short description of the file type to be saved.
This will appear as file description in the File 'Save a Copy' Dialog.
User Guide References:
Create
(xrstring FileType, xrstring FileDescription)
Creates an object of class FileSaveRegisterOptions
User Guide References:
Parameters:
FileType
The file type to be saved.
FileDescription
Short description of the file type to be saved.
Returns:
An object of class.
Was this helpful?