API Documentation > Interface Classes > Class pfcFolderAssignment
Class pfcFolderAssignment

# include <pfcServer.h>

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

Description
This class describes folder assignment details.
Method Summary
Create (xrstring Folder, xrstring ModelName)
Creates a new pfcFolderAssignment object.
void
Specifies the folder location on the server in which a certain object will be checked in
void
Specifies the name of the model to checkin.
Method Detail
GetFolder
()
void
SetFolder
(xrstring value)
Specifies the folder location on the server in which a certain object will be checked in
GetModelName
()
void
SetModelName
(xrstring value)
Specifies the name of the model to checkin.
Create
(xrstring Folder, xrstring ModelName)
Creates a new pfcFolderAssignment object.
Parameters:
Folder
Location of the folder for checkin object.
ModelName
Name of the model to checkin.
Returns:
The new object.
Was this helpful?