IS3ObjectInfo MembersKentico 8.0 API Reference
The IS3ObjectInfo type exposes the following members.
Methods

  NameDescription
Public methodDeleteMetadataFile
Deletes metadata file.
Public methodExists
Returns whether object exists.
Public methodGetMetadata
Returns object meta data.
Public methodLock
Locks current object.
Public methodSetMetadata(String, String)
Sets meta data to object.
Public methodSetMetadata(String, String, Boolean)
Sets meta data to object.
Public methodSetMetadata(String, String, Boolean, Boolean)
Sets meta data to object.
Public methodUnLock
Unlocks current object.
Back to Top
Properties

  NameDescription
Public propertyETag
Gets or sets E-tag from the object.
Public propertyIsDirectory
Gets whether current object is directory.
Public propertyIsLocked
Returns whether current object is locked.
Public propertyKey
Gets or sets object key.
Public propertyLength
Gets or sets content length of the object.
Back to Top
See Also