Enum enumTPLMFileAction
Specifies the type of action to perform on a file.
Namespace: CAMAPI.Extension.PLM
Assembly: CAMAPI.Extension.PLM.dll
Syntax
public enum enumTPLMFileAction
Fields
| Name | Description |
|---|---|
| faCreate | Create a new file in the PLM system. |
| faDelete | Delete a file from the PLM system. |
| faNone | No action specified. |
| faUpdate | Update an existing file in the PLM system. |