ParentListType 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.

ParentListType is a parameter for the Contact Manager Web Service method GetActivities(ParentListType, Int32, SortType, Int32). This parameter allows you to filter your request by the type of parent to which the activities are assigned.

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

Syntax

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

Members

Member name Description
Company Use this ParentListType to view activities associated with companies.
Contact Use this ParentListType to view activities associated with contacts.
Opportunity Use this ParentListType to view activities associated with sales opportunities.

See Also

Reference

WebBCM Namespace