API Documentation > Interfaces > Interface FolderAssignment
Interface FolderAssignment

package com.ptc.pfc.pfcServer;

public interface
FolderAssignment
extends
jxobject


Description
This class describes folder assignment details.
Method Summary
String
Get method for attribute "Folder"
Specifies the folder location on the server in which a certain object will be checked in
String
Get method for attribute "ModelName"
Specifies the name of the model to checkin.
void
SetFolder (String value)
Set method for attribute "Folder"
Specifies the folder location on the server in which a certain object will be checked in
void
SetModelName (String value)
Set method for attribute "ModelName"
Specifies the name of the model to checkin.
Method Detail
GetFolder
String
GetFolder
()
SetFolder
void
SetFolder
(String value)
Specifies the folder location on the server in which a certain object will be checked in
GetModelName
String
GetModelName
()
SetModelName
void
SetModelName
(String value)
Specifies the name of the model to checkin.
Was this helpful?