Discuss this help topic in SecureBlackbox Forum

TElBoxDataStorageObject.ContentCreatedAt

TElBoxDataStorageObject     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     ContentModifiedAt    

Discuss this help topic in SecureBlackbox Forum