C# 클래스 Google.GData.Apps.MultiDomainManagementService

Service class for managing multiple domains within Google Apps.
상속: Google.GData.Apps.AppsPropertyService
파일 보기 프로젝트 열기: moljac/MonoMobile.Google.GData 1 사용 예제들

공개 메소드들

메소드 설명
CreateDomainUser ( String domain, String userEmail, String password, String hashFunction, String firstName, String lastName, bool isAdmin ) : Google.GData.Apps.AppsExtendedEntry

Creates a new user for the specified domain.

CreateDomainUser ( String domain, String userEmail, String password, String firstName, String lastName, bool isAdmin ) : Google.GData.Apps.AppsExtendedEntry

Creates a new user for the specified domain.

CreateDomainUserAlias ( String domain, String userEmail, String aliasEmail ) : Google.GData.Apps.AppsExtendedEntry

Creates an alias for an user in the domain

DeleteDomainUser ( String domain, String userEmail ) : void

Deletes an user from the domain

DeleteDomainUserAlias ( String domain, String userEmail ) : void

Deletes an alias from a domain user

MultiDomainManagementService ( String domain, String applicationName ) : System
RenameDomainUser ( String domain, String userEmail, String newEmail ) : Google.GData.Apps.AppsExtendedEntry

Renames an existing user

RetrieveAllDomainUserAlias ( String domain ) : Google.GData.Apps.AppsExtendedFeed

Retrieves all aliases from the domain

RetrieveAllDomainUserAliasForUser ( String domain, String userEmail ) : Google.GData.Apps.AppsExtendedFeed

Retrieves all aliases from the domain for an user

RetrieveAllDomainUsers ( String domain ) : Google.GData.Apps.AppsExtendedFeed

Retrieves all users from the domain

RetrieveDomainUser ( String domain, String userEmail ) : Google.GData.Apps.AppsExtendedEntry

Retrieves an user from the domain

RetrieveDomainUserAlias ( String domain, String aliasEmail ) : Google.GData.Apps.AppsExtendedEntry

Retrieves an alias for the user in the domain

UpdateDomainUser ( String domain, String userEmail, String>.IDictionary attributes ) : Google.GData.Apps.AppsExtendedEntry

Updates the given user

메소드 상세

CreateDomainUser() 공개 메소드

Creates a new user for the specified domain.
public CreateDomainUser ( String domain, String userEmail, String password, String hashFunction, String firstName, String lastName, bool isAdmin ) : Google.GData.Apps.AppsExtendedEntry
domain String The domain to use to create the user
userEmail String The user's email address
password String The user's password
hashFunction String The hashing function used for passwords (MD5/SHA-1)
firstName String The user's first name
lastName String The user's last name
isAdmin bool Whether the user is an administrator for the domain
리턴 Google.GData.Apps.AppsExtendedEntry

CreateDomainUser() 공개 메소드

Creates a new user for the specified domain.
public CreateDomainUser ( String domain, String userEmail, String password, String firstName, String lastName, bool isAdmin ) : Google.GData.Apps.AppsExtendedEntry
domain String The domain to use to create the user
userEmail String The user's email address
password String The user's password
firstName String The user's first name
lastName String The user's last name
isAdmin bool Whether the user is an administrator for the domain
리턴 Google.GData.Apps.AppsExtendedEntry

CreateDomainUserAlias() 공개 메소드

Creates an alias for an user in the domain
public CreateDomainUserAlias ( String domain, String userEmail, String aliasEmail ) : Google.GData.Apps.AppsExtendedEntry
domain String The user's domain
userEmail String The user's email address
aliasEmail String The alias to be added to the user
리턴 Google.GData.Apps.AppsExtendedEntry

DeleteDomainUser() 공개 메소드

Deletes an user from the domain
public DeleteDomainUser ( String domain, String userEmail ) : void
domain String The user's domain
userEmail String The user's email address
리턴 void

DeleteDomainUserAlias() 공개 메소드

Deletes an alias from a domain user
public DeleteDomainUserAlias ( String domain, String userEmail ) : void
domain String The alias's domain or the user's primary email address domain
userEmail String The user's email address
리턴 void

MultiDomainManagementService() 공개 메소드

public MultiDomainManagementService ( String domain, String applicationName ) : System
domain String
applicationName String
리턴 System

RenameDomainUser() 공개 메소드

Renames an existing user
public RenameDomainUser ( String domain, String userEmail, String newEmail ) : Google.GData.Apps.AppsExtendedEntry
domain String The user's domain
userEmail String Current user's email address
newEmail String New user's email address
리턴 Google.GData.Apps.AppsExtendedEntry

RetrieveAllDomainUserAlias() 공개 메소드

Retrieves all aliases from the domain
public RetrieveAllDomainUserAlias ( String domain ) : Google.GData.Apps.AppsExtendedFeed
domain String The aliases' domain or a user's primary email address domain
리턴 Google.GData.Apps.AppsExtendedFeed

RetrieveAllDomainUserAliasForUser() 공개 메소드

Retrieves all aliases from the domain for an user
public RetrieveAllDomainUserAliasForUser ( String domain, String userEmail ) : Google.GData.Apps.AppsExtendedFeed
domain String The alias's domain or the user's primary email address domain
userEmail String The user's email address
리턴 Google.GData.Apps.AppsExtendedFeed

RetrieveAllDomainUsers() 공개 메소드

Retrieves all users from the domain
public RetrieveAllDomainUsers ( String domain ) : Google.GData.Apps.AppsExtendedFeed
domain String The users' domain
리턴 Google.GData.Apps.AppsExtendedFeed

RetrieveDomainUser() 공개 메소드

Retrieves an user from the domain
public RetrieveDomainUser ( String domain, String userEmail ) : Google.GData.Apps.AppsExtendedEntry
domain String The user's domain
userEmail String The user's email address
리턴 Google.GData.Apps.AppsExtendedEntry

RetrieveDomainUserAlias() 공개 메소드

Retrieves an alias for the user in the domain
public RetrieveDomainUserAlias ( String domain, String aliasEmail ) : Google.GData.Apps.AppsExtendedEntry
domain String The user alias's domain or the domain in the user's primary email address
aliasEmail String The alias's email address
리턴 Google.GData.Apps.AppsExtendedEntry

UpdateDomainUser() 공개 메소드

Updates the given user
public UpdateDomainUser ( String domain, String userEmail, String>.IDictionary attributes ) : Google.GData.Apps.AppsExtendedEntry
domain String The user's domain
userEmail String The user's email address
attributes String>.IDictionary The set of attributes to update
리턴 Google.GData.Apps.AppsExtendedEntry