ObjectTypes Enumeration

Defines the types of objects.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  websvcUserProfileChangeService
Assembly:  MOSSSOAP (in MOSSSOAP.dll)

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 personalization site.
UserProfile The type of object is a profile of a user.
WebLog The type of object is a Web log.
All All types of objects.

Remarks

The User Profile Change Web service namespace is an arbitrary name for a reference to the UserProfileChangeService.asmx Web service in Microsoft Office SharePoint Server 2007.

The User Profile Change Web service provides a user profile interface for remote clients to read and create user profiles.

To use the User Profile Change Web service library, you must generate a proxy class in either Microsoft Visual C# or Microsoft Visual Basic through which you can call the various Web service methods.

You access the Web Services Description Language (WSDL) for the User Profile Change Web service endpoint through UserProfileChangeService.asmx?wsdl.

The following example shows the format of the URL to the User Profile Change Web service WSDL file.

https://server/customsite/_vti_bin/UserProfileChangeService.asmx

If you do not have a custom site, you can use the following URL temporarily:

https://server/_vti_bin/UserProfileChangeService.asmx

It is recommended that you create a custom site, and then use the URL that includes the custom site in the URL format.

The following table describes each element in the URL.

URL element

Description

server

The name of the server on which Microsoft Office SharePoint Server 2007 is deployed.

customsite

A custom Office SharePoint Server 2007 site that the server administrator creates.

<endpointname>.asmx

The name of the Web service endpoint. For User Profile Change Web service, it is UserProfileChangeService.asmx.

For more information about the WSDL format, see the World Wide Web Consortium (W3C) WSDL specification at http://www.w3.org/TR/wsdl.

See Also

Reference

websvcUserProfileChangeService Namespace