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
Parameters
- className
- Type: SystemString
The class of object to create.
Return Value
Type: ParseObjectA new ParseObject for the given class name.
See Also