Click or drag to resize

IntegrateProjectDataServiceArgumentsActivityResourceAssignmentFilePath Property

Determines the combined activity and resource file to be imported. When this is used, the ActivityFilePath and ResourceAssignmentFilePath should be null. This should only be used when loading data using an import file. This must be a fully qualified filename and must be visible to the web service host. Optional. If not set, the activity and resource assignment file specified in the saved configuration is used.

Namespace:  Cobra.Model.WebService
Assembly:  Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public string ActivityResourceAssignmentFilePath { get; set; }

Property Value

Type: String
See Also