Class ManagementResource.ProfilesResource
The "profiles" collection of methods.
Inheritance
System.Object
ManagementResource.ProfilesResource
Namespace: Google.Apis.Analytics.v2_4
Assembly: Google.Apis.Analytics.v2_4.dll
Syntax
public class ProfilesResource : object
Constructors
ProfilesResource(IClientService)
Constructs a new resource.
Declaration
public ProfilesResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
List(String, String)
Lists views (profiles) to which the user has access.
Declaration
public virtual ManagementResource.ProfilesResource.ListRequest List(string accountId, string webPropertyId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | accountId | Account ID for the views (profiles) to retrieve. Can either be a specific account ID or '~all', which refers to all the accounts to which the user has access. |
| System.String | webPropertyId | Web property ID for the views (profiles) to retrieve. Can either be a specific web property ID or '~all', which refers to all the web properties to which the user has access. |
Returns
| Type | Description |
|---|---|
| ManagementResource.ProfilesResource.ListRequest |