Show / Hide Table of Contents

Class StorelayoutpagesResource

The "storelayoutpages" collection of methods.

Inheritance
object
StorelayoutpagesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidEnterprise.v1
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class StorelayoutpagesResource

Constructors

StorelayoutpagesResource(IClientService)

Constructs a new resource.

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

Methods

Delete(string, string)

Deletes a store page.

Declaration
public virtual StorelayoutpagesResource.DeleteRequest Delete(string enterpriseId, string pageId)
Parameters
Type Name Description
string enterpriseId

The ID of the enterprise.

string pageId

The ID of the page.

Returns
Type Description
StorelayoutpagesResource.DeleteRequest

Get(string, string)

Retrieves details of a store page.

Declaration
public virtual StorelayoutpagesResource.GetRequest Get(string enterpriseId, string pageId)
Parameters
Type Name Description
string enterpriseId

The ID of the enterprise.

string pageId

The ID of the page.

Returns
Type Description
StorelayoutpagesResource.GetRequest

Insert(StorePage, string)

Inserts a new store page.

Declaration
public virtual StorelayoutpagesResource.InsertRequest Insert(StorePage body, string enterpriseId)
Parameters
Type Name Description
StorePage body

The body of the request.

string enterpriseId

The ID of the enterprise.

Returns
Type Description
StorelayoutpagesResource.InsertRequest

List(string)

Retrieves the details of all pages in the store.

Declaration
public virtual StorelayoutpagesResource.ListRequest List(string enterpriseId)
Parameters
Type Name Description
string enterpriseId

The ID of the enterprise.

Returns
Type Description
StorelayoutpagesResource.ListRequest

Update(StorePage, string, string)

Updates the content of a store page.

Declaration
public virtual StorelayoutpagesResource.UpdateRequest Update(StorePage body, string enterpriseId, string pageId)
Parameters
Type Name Description
StorePage body

The body of the request.

string enterpriseId

The ID of the enterprise.

string pageId

The ID of the page.

Returns
Type Description
StorelayoutpagesResource.UpdateRequest
In this article
Back to top Generated by DocFX