Share via


IScriptTypeFactory.CreateObjectFromScriptType method

This member is reserved for internal use and is not intended to be used directly from your code. Creates a client object from its specified script type name.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

IFromJson CreateObjectFromScriptType(
    string scriptTypeName,
    ClientRuntimeContext context
)

Parameters

  • scriptTypeName
    Type: System.String

    The String object that represents the script type name of the current client object.

Return value

Type: Microsoft.SharePoint.Client.IFromJson
The IFromJson object that is used to initialize the object from the JsonReader object.

Remarks

This interface is implemented by the [ScriptTypeMap] object.

See also

Reference

IScriptTypeFactory interface

IScriptTypeFactory members

Microsoft.SharePoint.Client namespace