Library | Module

Interface IpfcFolderAssignment



Description

This class describes folder assignment details.



Property Summary

PropertyFolderas String
Specifies the folder location on the server in which a certain object will be checked in
PropertyModelNameas String
Specifies the name of the model to checkin.



Method Summary

FunctionCCpfcFolderAssignment.Create (Folder as String, ModelName as String) as IpfcFolderAssignment
Creates a new IpfcFolderAssignment object.



Property Detail


PropertyFolderas String

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




PropertyModelNameas String

Specifies the name of the model to checkin.





Method Detail


FunctionCCpfcFolderAssignment.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.