API Documentation > Classes > Interface IpfcFolderAssignment
Interface IpfcFolderAssignment
Description
This class describes folder assignment details.
Property Summary
Property
as String
Specifies the folder location on the server in which a certain object will be checked in
Property
as String
Specifies the name of the model to checkin.
Method Summary
Function
CCpfcFolderAssignment.Create (Folder as String, ModelName as String) as IpfcFolderAssignment
Creates a new IpfcFolderAssignment object.
Property Detail
Property
Folder
as String
Specifies the folder location on the server in which a certain object will be checked in
Property
ModelName
as String
Specifies the name of the model to checkin.
Method Detail
Function
CCpfcFolderAssignment.Create
(Folder as String, ModelName as String) as IpfcFolderAssignment
Creates a new IpfcFolderAssignment object.
Parameters:
Folder
Location of the folder for checkin object.
ModelName
Name of the model to checkin.
Returns:
The new object.
Was this helpful?