The following tables list the members exposed by AttachmentManager.
Name | Description | |
---|---|---|
![]() | AllowEdits | Indicates if the FeatureSource allows adding/deleting of Attachments i.e. if GlobalId has been added to the attachment table. |
![]() | AttachmentsStoragePath | Gets the attachments storage path for the feature source. |
![]() | FeatureSource | Gets the FeatureSource for this attachment manager. |
![]() | HasAttachments | Indicates if the feature source support attachments. |
Name | Description | |
---|---|---|
![]() | AddAttachment | Adds New attachment for a given FeatureID |
![]() | CancelAttachmentEdits | Cancel Edits on Attachments added to a Feature. |
![]() | CancelAttachmentEditsUsingAttachmentIds | Cancel Edits on Attachments based on AttachmentID. |
![]() | DeleteAttachment | Delete an Attachment using AttachmentId |
![]() | GetAttachments | Overloaded. Gets the list of attachment infos for the list of feature Ids. |
![]() | GetAttachmentsUsingAttachmentIds | Overloaded. Gets the list of attachments for the list of attachment Ids. |
Name | Description | |
---|---|---|
![]() | FeatureAttachmentsChanged | Event raised when an attachment is added or removed from a feature. |