Interface IAttachment3
-
- All Superinterfaces:
com4j.Com4jObject
,IAttachment
,IBaseField
,IObjectLockingSupport
public interface IAttachment3 extends IAttachment
Represents a single file or Internet address attached to a field object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
fileSizeEx()
The attachment file size in bytes.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.IAttachment
attachmentStorage, data, description, description, directLink, fileName, fileName, fileSize, lastModified, load, name, rename, save, serverFileName, type, type
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-