次の方法で共有


ClientContext メンバー

保護されたメンバーを含む
宣言されたメンバーを含む

Represents the context for SharePoint objects and operations.

ClientContext 型は次のメンバーを公開します。

コンストラクター

  名前 説明
パブリック メソッド ClientContext(String) Initializes a new instance of the ClientContext class for the SharePoint site with the specified absolute URL.
パブリック メソッド ClientContext(Uri) Initializes a new instance of the ClientContext class for the site with the specified Uri object.

Top

プロパティ

  名前 説明
パブリック プロパティ ApplicationName Gets or sets the name of the runtime where the current client application is located. (ClientRuntimeContext から継承されています。)
パブリック プロパティ AuthenticationMode Gets or sets the authentication mode for the client context. (ClientRuntimeContext から継承されています。)
パブリック プロパティ ClientTag Gets or sets the client tag that is sent to server in the HTTP header. (ClientRuntimeContext から継承されています。)
パブリック プロパティ Credentials Gets or sets the authentication information for the client context. (ClientRuntimeContext から継承されています。)
パブリック プロパティ静的メンバー Current
パブリック プロパティ DisableReturnValueCache (ClientRuntimeContext から継承されています。)
パブリック プロパティ FormDigestHandlingEnabled Determines whether form digest handling is enabled and has a default value of true.
パブリック プロパティ FormsAuthenticationLoginInfo Gets or sets the login information for the forms authentication mode of the client context. (ClientRuntimeContext から継承されています。)
パブリック プロパティ HasPendingRequest Gets the flag that indicates whether the client context has the ClientRequest to be sent to the server. (ClientRuntimeContext から継承されています。)
パブリック プロパティ PendingRequest Gets the ClientRequest object that is sent to the server when the next ExecuteQuery is executed. (ClientRuntimeContext から継承されています。)
パブリック プロパティ RequestResources
パブリック プロパティ RequestSchemaVersion Gets of sets the schema version of the request. (ClientRuntimeContext から継承されています。)
パブリック プロパティ RequestTimeout Gets or sets the requested time-out value in milliseconds. (ClientRuntimeContext から継承されています。)
パブリック プロパティ ServerLibraryVersion Gets the build version of Microsoft.SharePoint.Client.ServerRuntime.dll on the server. (ClientRuntimeContext から継承されています。)
パブリック プロパティ ServerSchemaVersion Gets the schema version of Microsoft.SharePoint.Client.ServerRuntime.dll on the server. (ClientRuntimeContext から継承されています。)
パブリック プロパティ ServerVersion Gets the version of the current SharePoint Server.
保護されたプロパティ ServiceRelativeUrl (ClientRuntimeContext から継承されています。)
パブリック プロパティ Site Gets the site collection that is associated with the client context.
パブリック プロパティ StaticObjects このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。 (ClientRuntimeContext から継承されています。)
パブリック プロパティ Tag Gets or sets the object that stores custom data about the client context. (ClientRuntimeContext から継承されています。)
パブリック プロパティ TraceCorrelationId Gets or sets the trace correlation ID used by the server. (ClientRuntimeContext から継承されています。)
パブリック プロパティ Url Gets the URL associated with the runtime context. (ClientRuntimeContext から継承されています。)
パブリック プロパティ ValidateOnClient Gets or sets the flag that indicates whether the client library needs to validate the method parameters on the client side. (ClientRuntimeContext から継承されています。)
パブリック プロパティ Web Gets the website that is associated with the client context.
パブリック プロパティ WebRequestExecutorFactory Gets or sets the factory to create the WebRequestExecutor that is used to send the request to and get the response from the server. (ClientRuntimeContext から継承されています。)

Top

メソッド

  名前 説明
パブリック メソッド AddQuery このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。 (ClientRuntimeContext から継承されています。)
パブリック メソッド AddQueryIdAndResultObject このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。 (ClientRuntimeContext から継承されています。)
パブリック メソッド CastTo<T> Casts a specified client object to its derived type. (ClientRuntimeContext から継承されています。)
パブリック メソッド Dispose() Disposes of the runtime context. (ClientRuntimeContext から継承されています。)
保護されたメソッド Dispose(Boolean) Disposes of the runtime context depending on the specified Boolean value. (ClientRuntimeContext から継承されています。)
パブリック メソッド ExecuteQuery Executes the current set of data retrieval queries and method invocations. (ClientRuntimeContext.ExecuteQuery() を上書きします。)
パブリック メソッド ExecuteQueryAsync (ClientRuntimeContext.ExecuteQueryAsync(ClientRequestSucceededEventHandler, ClientRequestFailedEventHandler) を上書きします。)
パブリック メソッド GetFormDigestDirect Gets form digest information directly from a server.
パブリック メソッド Load<T> (ClientRuntimeContext から継承されています。)
パブリック メソッド LoadQuery<T>(IQueryable<T>) Retrieves an enumerable sequence of the child client objects from a collection that can be the query expression in LINQ syntax. (ClientRuntimeContext から継承されています。)
パブリック メソッド LoadQuery<T>(ClientObjectCollection<T>) Retrieves an enumerable sequence of the child client objects from a collection. (ClientRuntimeContext から継承されています。)
保護されたメソッド OnExecutingWebRequest Raises the ExecutingWebRequest event. (ClientRuntimeContext から継承されています。)
パブリック メソッド ParseObjectFromJsonString Parses the specified JavaScript Object Notation (JSON) string and gets an object from it. (ClientRuntimeContext から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

Top

イベント

  名前 説明
パブリック イベント ExecutingWebRequest An event that is raised when the web request is sent to the server. (ClientRuntimeContext から継承されています。)

Top

関連項目

参照先

ClientContext クラス

Microsoft.SharePoint.Client 名前空間