SortType Enumeration

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

SortType is a parameter for the Contact Manager Web Service method GetActivities(SortType, Int32). This parameter allows you to sort the results of your request.

Namespace:  WebBCM
Assembly:  OfficeLive (in OfficeLive.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration SortType
'Usage
Dim instance As SortType
[SerializableAttribute]
public enum SortType

Members

Member name Description
ByDate Sort the activities by the date the activity was created.
ByActivityType For future implementation.
ByAuthor For future implementation.

See Also

Reference

WebBCM Namespace