Overview

Namespaces

  • Ctct
    • Auth
    • Components
      • Account
      • Activities
      • Contacts
      • EmailMarketing
      • Library
      • Tracking
    • Exceptions
    • Services
    • Util
    • WebHooks

Classes

  • File
  • FileUploadStatus
  • Folder
  • Thumbnail
  • Overview
  • Namespace
  • Class

Class Folder

Super class for all components

Ctct\Components\Component
Extended by Ctct\Components\Library\Folder
Namespace: Ctct\Components\Library
Located at Components/Library/Folder.php
Methods summary
public static
# create( array $props )
public
# toJson( )
Methods inherited from Ctct\Components\Component
getValue()
Properties summary
public String $id

ID of the Folder

ID of the Folder

#
public String $name

Name of the Folder

Name of the Folder

#
public Ctct\Components\Library\Folder[] $children

Array of Folders that are children of this folder

Array of Folders that are children of this folder

#
public integer $item_count

Number of items in this folder

Number of items in this folder

#
public String $parent_id

ID of this folder's parent, if there is one

ID of this folder's parent, if there is one

#
public integer $level

Depth that this folder is in the hierarchy, must be 1, 2, or 3

Depth that this folder is in the hierarchy, must be 1, 2, or 3

#
public String $created_date

Date and time the folder was created

Date and time the folder was created

#
public String $modified_date

Date and time the folder was last modified

Date and time the folder was last modified

#
API documentation generated by ApiGen