Library | Module

Class pfcFolderAssignment



Description

This class describes folder assignment details.



Property Summary

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



Method Summary

static pfcFolderAssignmentCreate (string Folder, string ModelName)
Creates a new pfcFolderAssignment object.



Property Detail


stringFolder

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




stringModelName

Specifies the name of the model to checkin.





Method Detail


static pfcFolderAssignmentCreate (string Folder, string 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.