Click or drag to resize
Galactic API

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
)

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