|
|
Name |
Description |
|
AddWorkItem(Guid, DateTime, Guid, Guid, Guid, Int32, Boolean, Guid, Guid, Int32, Byte[], String, Guid)
|
Adds a work item to the site collection.
|
|
AddWorkItem(Guid, DateTime, Guid, Guid, Guid, Int32, Boolean, Guid, Guid, Int32, Byte[], String, Guid, Boolean)
|
Adds a work item to the site collection.
|
|
BypassUseRemoteApis
|
Bypasses using SOAP, WebDAV, or Microsoft Office SharePoint Designer 2007 interfaces to access the site collection.
|
|
CheckForPermissions
|
Checks the permissions for a given set of rights and throws an Unauthorized Access exception if the permission check fails.
|
|
Close
|
Closes the site collection and releases resources.
|
|
ConfirmUsage
|
Certifies that the site collection is in use.
|
|
Delete()
|
Deletes the site collection from the server.
|
|
Delete(Boolean)
|
Deletes the site collection from the server and removes the site collection users from Active Directory Domain Services (ADDS) if bDeleteADAccounts is true.
|
|
Delete(Boolean, Boolean)
|
Deletes the site collection from the server, optionally removes the site collection users from Active Directory Domain Services (ADDS), and optionally uses a timer job to delete the site collection gradually.
|
|
Dispose
|
Releases all unmanaged resources that are used by the site collection object.
|
|
DoesUserHavePermissions(SPReusableAcl, SPBasePermissions)
|
Returns a Boolean value indicates whether the user has permissions for the specified set of rights.
|
|
DoesUserHavePermissions(SPReusableAcl, SPBasePermissions, SPWeb)
|
Returns a Boolean value that indicates whether the user has permissions for the specified Web site and set of rights.
|
|
Equals
|
(Inherited from Object.) |
|
Exists
|
Returns a Boolean value that indicates whether the specified site collection exists.
|
|
Finalize
|
(Inherited from Object.) |
|
GetAllReusableAcls()
|
Returns the reusable access control lists (ACLs) for the site collection.
|
|
GetAllReusableAcls(Int32)
|
Returns the reusable access control lists (ACLs) of the site collection up to a specified limit.
|
|
GetCatalog
|
Returns the list template gallery, site template gallery, Web Part gallery, master page gallery, or other galleries from the site collection, including custom galleries that are defined by users.
|
|
GetChanges()
|
Returns the default number of changes listed in the current change log for the site collection.
|
|
GetChanges(SPChangeQuery)
|
Returns a collection of changes from the change log filtered by the specified query.
|
|
GetChanges(SPChangeToken)
|
Returns a collection of changes, starting from a particular point in the change log.
|
|
GetChanges(SPChangeToken, SPChangeToken)
|
Returns a collection of changes that have been logged over a specified period of time.
|
|
GetCustomListTemplates
|
Returns the collection of custom list templates, which are created by end users, from the specified site.
|
|
GetCustomWebTemplates
|
Returns the collection of site templates for the site collection based on the specified locale ID (LCID).
|
|
GetEffectiveRightsForAcl(SPReusableAcl)
|
Returns the actual permissions that the current user has for the specified Access Control List (ACL).
|
|
GetEffectiveRightsForAcl(SPReusableAcl, SPWeb)
|
Returns the actual permissions that the current user has for the specified access control list (ACL).
|
|
GetHashCode
|
(Inherited from Object.) |
|
GetRecycleBinItems
|
Returns a collection of recycle bin items based on the specified query.
|
|
GetRecycleBinStatistics
|
Gets both the number of items in the recycle bin and its size.
|
|
GetReusableAclForScope
|
Returns the reusable access control list (ACL) for the specified scope.
|
|
GetSelfServiceSiteCreationSettings
|
Gets the settings that are used for Self-Service Site Creation.
|
|
GetType
|
(Inherited from Object.) |
|
GetVisualReport
|
Retrieves a list of SPSite.WebVisualReport objects for all Web sites in this site collection and their corresponding visual upgrade data.
|
|
GetWebTemplates
|
Returns the collection of site definitions that are available for creating Web sites within the site collection.
|
|
GetWorkItems
|
Returns the individual work items, number of columns, and number of rows in the specified work item collection as output parameters.
|
|
InvalidateCacheEntry
|
Removes the specified cache entry and returns a Boolean value that indicates whether the entry was cached.
|
|
LookupUriInRemoteFarm
|
Returns the Uniform Resource Identifier (URI) of a Web site in the specified remote server farm.
|
|
MakeFullUrl
|
Returns the full URL for the specified server-relative URL.
|
|
MemberwiseClone
|
(Inherited from Object.) |
|
OpenWeb()
|
Returns the Web site that is associated with the URL that is used in an SPSite constructor.
|
|
OpenWeb(Guid)
|
Returns the Web site with the specified GUID.
|
|
OpenWeb(String)
|
Returns the Web site that is located at the specified server-relative or site-relative URL.
|
|
OpenWeb(String, Boolean)
|
Returns the Web site that is located at the specified server-relative or site-relative URL based on a Boolean value that specifies whether the exact URL must be supplied.
|
|
QueryFeatures(Guid)
|
Gets a collection of the features deployed in this site collection that have a specific definition identifier.
|
|
QueryFeatures(Guid, Boolean)
|
Gets a collection of the features deployed in this site collection that have a specific definition identifier, including only features that either do or do not need to be upgraded.
|
|
QueryFeatures(Guid, Version)
|
Gets a collection of the features deployed in this site collection that have a specific definition identifier and a specific version.
|
|
QueryFeatures(SPFeatureScope, Boolean)
|
Gets a collection of the features deployed in this site collection with either Site or Web scope, including only features that either do or do not need to be upgraded.
|
|
RecalculateStorageUsed
|
Recalculates the storage that is used by the site collection.
|
|
RefreshEmailEnabledObjects
|
Refreshes the email–enabled objects of the site collection.
|
|
Rename
|
Changes the URL of a host-header-named site collection to a new URL.
|
|
SelfServiceCreateSite(String, String, String, UInt32, String, String, String, String, String, String, String)
|
Creates a site collection by using Self-Service Site Creation.
|
|
SelfServiceCreateSite(String, String, String, UInt32, String, String, String, String, String, String, String, String)
|
Creates a site collection by using Self-Service Site Creation based on the specified quota template and other information.
|
|
SelfServiceCreateSite(String, String, String, UInt32, String, String, String, String, String, String, String, String, SPSiteSubscription)
|
Creates a site collection by using Self-Service Site Creation based on the specified quota template and other specified information (see parameter list).
|
|
StorageManagementInformation
|
Obsolete. Returns information about storage management for the site collection. |
|
ToString
|
Returns the name of the site collection. (Overrides Object.ToString().) |
|
UpdateValidationKey
|
Updates the key that is used to generate the form digest validation of the site collection.
|
|
ValidateDomainCompatibility(String, String)
|
Verifies whether two URLs point to the same site collection, even if the domain portions of the URLs are different.
|
|
ValidateDomainCompatibility(SPSite, SPSite)
|
Verifies that two URLs have compatible domains.
|
|
VisualUpgradeWebs
|
Updates all Webs in this site to the new SharePoint UI.
|