Discuss this help topic in SecureBlackbox Forum
Returns object's creation date.
Declaration
[C#]
DateTime ContentCreatedAt;
[VB.NET]
Property ContentCreatedAt As DateTime
[Pascal]
property ContentCreatedAt: TDateTime;
[C++]
int64_t get_ContentCreatedAt();
[PHP]
DateTime get_ContentCreatedAt()
[Java]
Date getContentCreatedAt();
Description
This property returns the time when the Box api caller says the file was created.
This time does not change if the file is modified or uploaded.
Discuss this help topic in SecureBlackbox Forum