Tenant members
Represents a SharePoint Online tenant.
The Tenant type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Tenant(ClientRuntimeContext) | Creates an instance of the Tenant object. | |
Tenant(ClientRuntimeContext, ObjectPath) | Reserved for internal use. |
Top
Properties
Top
Methods
Name | Description | |
---|---|---|
AddPublicCdnOrigin | ||
AddSdnProvider | ||
AddTenantCdnOrigin | ||
AddTenantTheme | ||
ApplySiteDesign | ||
CheckUninitializedProperty | Checks to determine whether the specified value type property of a ClientObject has been initialized. (Inherited from ClientObject.) | |
ConnectSiteToHubSite | ||
CreateGroupForSite | ||
CreateSite | Queues a site collection for creation with the specified properties. | |
CreateSiteDesign | ||
CreateSiteScript | ||
CreateTenantCdnDefaultOrigins | ||
CustomFromJson | Returns a Boolean value that indicates whether custom code was used to populate an object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
DecodeClaim | Returns a string that represents the decoded claim (the login name) for the specified encoded claim. | |
DecodeClaims | Returns a list of decoded claims (login names) for the specified list of encoded claims. | |
DeleteSiteDesign | ||
DeleteSiteScript | ||
DeleteTenantTheme | ||
DisconnectSiteFromHubSite | ||
EncodeClaim | Returns an encoded claim for the specified login name. | |
EncodeClaims | Returns a list of encoded claims for the specified list of login names. | |
FromJson | Indicates whether custom code was used to populate an object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
GetAllDeletedPersonalSitesPropertiesAllVersions | ||
GetAllTenantThemes | ||
GetAppErrors | Gets errors from the app monitoring framework for the specified app within tenant scope. | |
GetAppInfoByName | Gets apps that match the specified search string. | |
GetAppInfoByProductId | Gets apps that match the specified identifier. | |
GetDeletedPersonalSitePropertiesAllVersions | ||
GetDeletedSiteProperties | Returns a list of properties of deleted sites for the current tenant. | |
GetDeletedSitePropertiesByUrl | Gets the properties of the specified deleted site. | |
GetDeletedSitePropertiesFromSharePoint | ||
GetHubSitePropertiesById | ||
GetHubSitePropertiesByUrl | ||
GetHubSitesProperties | ||
GetIdleSessionSignOutForUnmanagedDevices | ||
GetRootSiteUrl | ||
GetSiteByUrl | Returns a site for the specified URL | |
GetSiteDesign | ||
GetSiteDesignRights | ||
GetSiteDesigns | ||
GetSiteProperties | Returns the properties for all sites in the tenant. | |
GetSitePropertiesByFilter | Returns properties for all sites in the tenant that match the filter expression. | |
GetSitePropertiesByUrl | Returns properties for the site with the specified URL. | |
GetSitePropertiesFromSharePoint | ||
GetSitePropertiesFromSharePointByFilter | ||
GetSitePropertiesFromSharePointByFilters | ||
GetSiteScript | ||
GetSiteScripts | ||
GetSPOTenantAllWebTemplates | ||
GetSPOTenantWebTemplates | Returns all of the web templates for the site collections in the tenant. | |
GetTenantCdnEnabled | ||
GetTenantCdnOrigins | ||
GetTenantCdnPolicies | ||
GetTenantInstances | ||
GetTenantTheme | ||
GetUserMigrationProperties | ||
GetUserMigrationPropertiesByFilter | ||
GrantHubSiteRights | ||
GrantSiteDesignRights | ||
InitNonPropertyFieldFromJson | Initializes a non-property field of the client object based on JavaScript Object Notation (JSON) data from the server. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
InitOnePropertyFromJson | Reserved for internal use. (Overrides ClientObject.InitOnePropertyFromJson(String, JsonReader).) | |
IsObjectPropertyInstantiated | Indicates whether the specified property of the client object is instantiated. (Inherited from ClientObject.) | |
IsPropertyAvailable | Returns a Boolean value that indicates whether the specified scalar property has been retrieved or set. (Inherited from ClientObject.) | |
LoadExpandoFields | Initializes the extended properties associated with the client object when overridden in a derived class. (Inherited from ClientObject.) | |
RefreshLoad | Reloads all scalar properties associated with the client object when overridden in a derived class. (Inherited from ClientObject.) | |
RegisterHubSite | ||
RemoveDeletedSite | Permanently removes the specified deleted site from the recycle bin. | |
RemoveDeletedSitePreferId | ||
RemoveFromParentCollection | Removes the current client object from the parent client object collection. (Inherited from ClientObject.) | |
RemovePublicCdnOrigin | ||
RemoveSdnProvider | ||
RemoveSite | Deletes the site with the specified URL. | |
RemoveTenantCdnOrigin | ||
RequestPersonalSites | ||
RestoreDeletedSite | Restores the previously deleted site from the recycle bin. | |
RestoreDeletedSitePreferId | ||
Retrieve() | Retrieves all scalar properties associated with the object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
Retrieve([]) | Retrieves the specified scalar properties associated with the object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
RevokeHubSiteRights | ||
RevokeSiteDesignRights | ||
SetIdleSessionSignOutForUnmanagedDevices | ||
SetSiteAdmin | Adds user as a site administrator. | |
SetTenantCdnEnabled | ||
SetTenantCdnPolicy | ||
SetWebTheme | ||
ToString | (Inherited from Object.) | |
UnregisterHubSite | ||
UpdateClientObjectPropertyType | Updates the client object property's value to have correct type by using the type information returned from the server. (Inherited from ClientObject.) | |
UpdateSiteDesign | ||
UpdateSiteScript | ||
UpdateTenantTheme | ||
UpdateUserTypeFromAzureAD | ||
UpdateUserTypeFromAzureADForAllSites | ||
UpdateUserTypesFromAzureADForSite |
Top