Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorageObject.Directory

TElDropboxDataStorageObject     See also     


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


Specifies if the object is a folder.

Declaration

[C#]
    bool Directory;

[VB.NET]
    Property Directory As Boolean

[Pascal]
    property Directory : boolean;

[C++]
    bool get_Directory();

[PHP]
    bool get_Directory()

[Java]
    boolean getDirectory();

Description

    Returns True if the object is a folder, and False otherwise.

See also:     Objects    

Discuss this help topic in SecureBlackbox Forum