Click or drag to resize

CopyResourceAssignmentCodesFrom Enumeration

Specifies whether the source or target class should retain the resource assignment codes.

Namespace:  Cobra.WebService.ClientAPI.Application.Files
Assembly:  Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public enum CopyResourceAssignmentCodesFrom
Members
  Member nameValueDescription
Source0 Use Source class to copy resource assignments code
Target1 Use Target class to copy resource assignments code
See Also