SPSite 构造函数
Initializes a new instance of the SPSite class.
重载 列表
名称 | 说明 | |
---|---|---|
SPSite(Guid) | Initializes a new instance of the SPSite class based on the specified ID for a site collection. | |
SPSite(String) | Initializes a new instance of the SPSite class based on the specified URL. | |
SPSite(Guid, SPUrlZone) | Initializes a new instance of the SPSite class based on the specified site collection GUID and URL zone. | |
SPSite(Guid, SPUserToken) | Initializes a new instance of the SPSite class based on the specified site collection GUID and user token. | |
SPSite(String, SPUserToken) | Initializes a new instance of the SPSite class based on the specified absolute URL and user token. | |
SPSite(Guid, SPUrlZone, SPUserToken) | Initializes a new instance of the SPSite class based on the specified site collection GUID, URL zone, and user token. |
页首