summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/DeleteItemFieldType.php
blob: 852ca0eaf4afba8be5642a1b782ac0079db7ce37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
/**
 * Contains \jamesiarmes\PhpEws\Type\DeleteItemFieldType.
 */

namespace jamesiarmes\PhpEws\Type;

/**
 * Represents an operation to delete a given property from an item during an
 * UpdateItem call.
 *
 * @package php-ews\Type
 */
class DeleteItemFieldType extends ItemChangeDescriptionType
{

}