Library | File

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

static pfcFolderAssignment_ptrCreate (xrstring Folder, xrstring ModelName)
Creates a new pfcFolderAssignment object.
xstringGetFolder ()
voidSetFolder (xrstring value)
Specifies the folder location on the server in which a certain object will be checked in
xstringGetModelName ()
voidSetModelName (xrstring value)
Specifies the name of the model to checkin.



Method Detail

xstringGetFolder ()
voidSetFolder (xrstring value)

Specifies the folder location on the server in which a certain object will be checked in




xstringGetModelName ()
voidSetModelName (xrstring value)

Specifies the name of the model to checkin.




static pfcFolderAssignment_ptrCreate (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.