Discuss this help topic in SecureBlackbox Forum
The date the file was last uploaded to Box.
Declaration
[C#]
DateTime ContentModifiedAt;
[VB.NET]
Property ContentModifiedAt As DateTime
[Pascal]
property ContentModifiedAt: TDateTime;
[C++]
int64_t get_ContentModifiedAt();
[PHP]
DateTime get_ContentModifiedAt()
[Java]
Date getContentModifiedAt();
Description
Use this property to check the date when the file was last uploaded to the remote storage.
Discuss this help topic in SecureBlackbox Forum