ParseObjectCreate Method (String)Parse
Creates a new ParseObject based upon a class name. If the class name is a special type (e.g. for ParseUser), then the appropriate type of ParseObject is returned.

Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public static ParseObject Create(
	string className
)

Parameters

className
Type: SystemString
The class of object to create.

Return Value

Type: ParseObject
A new ParseObject for the given class name.
See Also

Reference