summaryrefslogblamecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Request/UpdateFolderType.php
blob: fc466ee023b321b9c5fd3bfd3e6c6f0ef7391a1e (plain) (tree)























                                                                             
<?php
/**
 * Contains \jamesiarmes\PhpEws\Request\UpdateFolderType.
 */

namespace jamesiarmes\PhpEws\Request;

/**
 * Represents the operation that is used to update properties for a specified
 * folder.
 *
 * @package php-ews\Request
 */
class UpdateFolderType extends BaseRequestType
{
    /**
     * Contains a collection of changes for a specified folder.
     *
     * @since Exchange 2007
     *
     * @var \jamesiarmes\PhpEws\ArrayType\NonEmptyArrayOfFolderChangesType
     */
    public $FolderChanges;
}