Show / Hide Table of Contents

Class DirectorySiteContactsResource

The "directorySiteContacts" collection of methods.

Inheritance
System.Object
DirectorySiteContactsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_2
Assembly: Google.Apis.Dfareporting.v3_2.dll
Syntax
public class DirectorySiteContactsResource

Constructors

DirectorySiteContactsResource(IClientService)

Constructs a new resource.

Declaration
public DirectorySiteContactsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(Int64, Int64)

Gets one directory site contact by ID.

Declaration
public virtual DirectorySiteContactsResource.GetRequest Get(long profileId, long id)
Parameters
Type Name Description
System.Int64 profileId

User profile ID associated with this request.

System.Int64 id

Directory site contact ID.

Returns
Type Description
DirectorySiteContactsResource.GetRequest

List(Int64)

Retrieves a list of directory site contacts, possibly filtered. This method supports paging.

Declaration
public virtual DirectorySiteContactsResource.ListRequest List(long profileId)
Parameters
Type Name Description
System.Int64 profileId

User profile ID associated with this request.

Returns
Type Description
DirectorySiteContactsResource.ListRequest
Back to top