SPContext members
Include protected members
Include inherited members
代表中Microsoft SharePoint Foundation的 HTTP 要求的內容。
The SPContext type exposes the following members.
Properties
Name | Description | |
---|---|---|
ContentTypeSetInQueryString | 取得或設定布林值,指出是否在查詢字串中設定的內容類型。 | |
ContextPageInfo | (如果有的話),則您可以取得目前要求目前的清單項目的資訊。例如,資訊可能包括項目 ID,如果它是歡迎畫面或物件的基底的權限。 | |
Current | 取得目前 HTTP 要求的內容在Microsoft SharePoint Foundation中。 | |
FieldControlCacheGetCallback | 取得或設定要檢查有快取的值,在目前的Microsoft SharePoint Foundation HTTP 內容中呼叫的委派。 | |
FieldControlCacheSetCallback | 取得或設定要在目前的Microsoft SharePoint Foundation HTTP 內容中設定快取的資料時所呼叫的委派。 | |
Fields | 取得與項目或Microsoft SharePoint Foundation內容的內容類型相關聯的欄位中繼資料。 | |
File | 取得與指定的Microsoft SharePoint Foundation內容的清單項目物件相關聯的檔案。 | |
FileLevel | 取得表示版本的 ASP.Net 網頁的檔案。 | |
FormContext | 取得特定表單的Microsoft SharePoint Foundation內容表單內容物件。 | |
HasDesignTimeContentType | 取得Boolean值,指出目前內容中的清單項目是否與設計階段的內容類型相關聯。 | |
IsDesignTime | 取得Boolean值,指出 Web 要求是否操作在設計階段設定。 | |
IsPopUI | 取得值,這個值,指出目前的要求是針對代表使用者介面 (UI) 中的快顯對話方塊的頁面。 | |
IsRemoteAuthoringTime | 取得值,這個值表示是否目前要求的設計階段呈現。 | |
Item | 取得由指定的清單和項目 ID 的SPListItem物件,或者是SPContext物件建立時設定的SPItem物件。 | |
ItemId | 取得與Microsoft SharePoint Foundation內容相關聯的項目 ID。 | |
ItemIdAsString | 取得或設定字串值的要求內容相關聯的清單項目識別碼。 | |
List | 取得與Microsoft SharePoint Foundation內容相關聯的清單。 | |
ListId | 取得清單中的Microsoft SharePoint Foundation內容相關聯的 GUID。 | |
ListItem | 取得與Microsoft SharePoint Foundation內容相關聯的清單項目。 | |
ListItemDisplayName | 取得或設定與目前的 HTTP 內容的Microsoft SharePoint Foundation相關聯項目的顯示名稱。 | |
ListItemServerRelativeUrl | 取得或設定目前 HTTP 內容的Microsoft SharePoint Foundation中的清單項目的伺服器相對的 URL。 | |
ListItemVersion | 取得代表內容所指定的版本號碼的UInt32物件。 | |
LoadContentTypes | 取得或設定布林值,指定是否要包含的內容類型的欄位,實作以傳回欄位的Fields屬性時與相關聯的項目。 | |
MobileContext | 取得Microsoft SharePoint Foundation內容行動的內容。 | |
RecurrenceID | 傳回的執行個體識別碼或例外狀況 ID Microsoft SharePoint Foundation內容中,則會傳回a null reference (Nothing in Visual Basic) ,如果目前的內容不是相關聯的事件清單項目。 | |
RegionalSettings | 取得地區設定中的物件目前的 HTTP 內容的Microsoft SharePoint Foundation。 | |
RenderingFromCurrentMetainfo | 取得值,這個值,指出頁面呈現最佳化是否作用中的目前內容。 | |
RootFolderUrl | 取得目前內容中的根資料夾的 URL。 | |
Site | 取得與目前的Microsoft SharePoint Foundation要求內容相關聯的站台集合。與靜態Current屬性一起使用。 | |
SiteFeatures | 取得已啟動的站台的Microsoft SharePoint Foundation內容的集合功能。 | |
SiteSubscription | 取得此網站集合所屬的訂閱。 | |
UseDefaultCachePolicy | 取得或設定布林值,判斷Microsoft SharePoint Foundation是否設定從SharePoint Foundation中的項目回應的 HTTP 快取標頭。 | |
ViewContext | 取得提供目前檢視的相關資訊的檢視內容物件。 | |
Web | 取得與目前的Microsoft SharePoint Foundation要求內容相關聯的網站。與靜態Current屬性一起使用。 | |
WebFeatures | 取得Microsoft SharePoint Foundation內容啟動站台功能。 |
Top
Methods
Name | Description | |
---|---|---|
CacheWeb | 會在 HTTP 要求期間,快取的SPWeb 。 | |
ClearCachedWeb | 移除先前已快取此內容的網頁。 | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetCachedWeb | 擷取已快取此內容的網頁。 | |
GetContext(HttpContext) | 傳回指定的 HTTP 內容的Microsoft SharePoint Foundation內容。 | |
GetContext(SPWeb) | 傳回指定的Microsoft SharePoint Foundation Web 站台的Microsoft SharePoint Foundation內容。 | |
GetContext(HttpContext, SPItem, SPWeb) | 傳回的Microsoft SharePoint Foundation內容,使用指定的 HTTP 內容、 項目和 Web 站台的項目。 | |
GetContext(HttpContext, Int32, Type) | 傳回的Microsoft SharePoint Foundation內容,使用指定的 HTTP 內容、 項目 ID 和項目類型的項目。 | |
GetContext(HttpContext, Guid, Guid, SPWeb) | 傳回檢視的Microsoft SharePoint Foundation內容。 | |
GetContext(HttpContext, Int32, Guid, SPWeb) | 傳回的Microsoft SharePoint Foundation內容清單項目。 | |
GetContext(HttpContext, String, Guid, SPWeb) | 傳回的Microsoft SharePoint Foundation內容,使用指定的項目 ID、 清單識別碼和網站的項目。 | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetValueFromPageData | 從頁面資料擷取欄位值。 | |
MemberwiseClone | (Inherited from Object.) | |
ResetItem | 即使先前擷取的資料,請強制SPItem物件時,相關聯的資料擷取。 | |
SetDesignTimeOnContext | 在設計呈現模式設定目前的內容 | |
ToString | (Inherited from Object.) | |
UpdateAfterUrlRewrite | 更新 URI 執行 URL 之後的替代 url 重寫的內容。 |
Top