This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Plist.
Summary
Desierializes plist from xml
- Assembly
- Cake
.Plist .dll - Namespace
- Cake
.Plist - Containing Type
- PlistAliases
Syntax
public static dynamic DeserializePlistXml(this ICakeContext context, string xml)
Attributes
| Type | Description |
|---|---|
| Cake |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | |
| xml | string | plist xml |
Return Value
| Type | Description |
|---|---|
| dynamic | deserialized plist as dynamic |
