| SharePointClientLoad Method |
Loads values within a specified SharePoint object from the server.
Namespace:
Galactic.SharePoint
Assembly:
Galactic.SharePoint (in Galactic.SharePoint.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public static void Load(
ClientRuntimeContext context,
ClientObject obj
)
Public Shared Sub Load (
context As ClientRuntimeContext,
obj As ClientObject
)
public:
static void Load(
ClientRuntimeContext^ context,
ClientObject^ obj
)
static member Load :
context : ClientRuntimeContext *
obj : ClientObject -> unit
Parameters
- context
- Type: ClientRuntimeContext
The Client Rutime Context object representing the client connection with the server. - obj
- Type: ClientObject
The object to populate the values of.
See Also