Ads API .NET library
|
A class represents the data upload result for CRM based lists. More...
Classes | |
class | Fields |
List of all supported fields for the DataUploadResult class. More... | |
class | FilterableFields |
List of all supported filterable fields for the DataUploadResult class. More... | |
class | SelectableFields |
List of all supported selectable fields for the DataUploadResult class. More... | |
Properties | |
UserListUploadStatus | uploadStatus [get, set] |
Indicates status of the upload operation. Upload operation is triggered when removeAll is not set to true and operator is "ADD" or "REMOVE". More... | |
bool | uploadStatusSpecified [get, set] |
UserListUploadStatus | removeAllStatus [get, set] |
Indicates status of the remove-all operation. Remove-all operation is triggered when removeAll is set to true and operator is "REMOVE". More... | |
bool | removeAllStatusSpecified [get, set] |
A class represents the data upload result for CRM based lists.
|
getset |
|
getset |
true
, if a value is specified for removeAllStatus, false
otherwise.
|
getset |
|
getset |
true
, if a value is specified for uploadStatus, false
otherwise.