summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Request/UpdateFolderType.php
blob: fc466ee023b321b9c5fd3bfd3e6c6f0ef7391a1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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;
}