Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the types of user profile objects that have been changed.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: [UserProfileChangeService Web service]
Web service reference: http://Site/_vti_bin/UserProfileChangeService.asmx
Syntax
'Declaration
<SerializableAttribute> _
<FlagsAttribute> _
Public Enumeration ObjectTypes
'Usage
Dim instance As ObjectTypes
[SerializableAttribute]
[FlagsAttribute]
public enum ObjectTypes
Members
| Member name | Description | |
|---|---|---|
| None | No object type has been specified. | |
| SingleValueProperty | The type of object is a single value property. | |
| MultiValueProperty | The type of object is a multiple value property. | |
| Anniversary | The type of object is an anniversary. | |
| DLMembership | The type of object is a distribution list (DL) membership. | |
| SiteMembership | The type of object is a site membership. | |
| QuickLink | The type of object is a quick link. | |
| Colleague | The type of object is a colleague. | |
| PersonalizationSite | The type of object is a customization site. | |
| UserProfile | The type of object is a profile of a user. | |
| WebLog | The type of object is a weblog. | |
| Custom | The type of object is a customized user profile change. | |
| OrganizationProfile | The type of object is a profile of an organization. | |
| OrganizationMembership | The type of object is an organization membership. | |
| All | All types of objects. |