Property AttachmentSyncDirection
AttachmentSyncDirection
Gets or sets the direction for attachments to be synchronized.
Declaration
public AttachmentSyncDirection AttachmentSyncDirection { get; set; }
Property Value
Type | Description |
---|---|
Attachment |
The direction for attachments to be synchronized. |
Remarks
This parameter is available when the Supportstrue
. This parameter defines how attachments will be synced and is only applicable if the feature service has attachments.
- Bidirectional Attachment edits can be both uploaded from the client and downloaded from the service when syncing.
- Upload Attachment edits can only be uploaded from the client when syncing. This is useful in cases where the data collector does not want to consume space with attachments from the service, but does need to collect new attachments.
- None Attachment edits are never synced from either the client or the server.
When Returntrue
, you can set Attachment
When Returnfalse
, you can set Attachment
Attachment sync direction is set during the Generate
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |