Interface TargetAttachment
public interface TargetAttachment
Attachments affected by a document action on a page / blogpost
- Since:
- 7.0
-
Method Summary
Modifier and TypeMethodDescriptionlong
Id of the attachmentint
Version of the attachment
-
Method Details
-
getTargetAttachmentId
long getTargetAttachmentId()Id of the attachment- Returns:
- id of the attachment
- Since:
- 7.0
-
getTargetAttachmentVersion
int getTargetAttachmentVersion()Version of the attachment- Returns:
- integer version number of the attachment
- Since:
- 7.0
-