Discuss this help topic in SecureBlackbox Forum

TElGoogleDataStorageObject.Folder

TElGoogleDataStorageObject     See also     


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


Specifies if the object is a folder.

Declaration

[C#/Java]
    bool Folder;

[VB.NET]
    Property Folder As Boolean

[Pascal]
    property Folder : boolean;

[C++]
    bool get_Folder();

[PHP]
    bool get_Folder()

Description

    If this property value is True, the object is a folder.

See also:     ContainingFolders    

Discuss this help topic in SecureBlackbox Forum