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
Serializes plist as xml
- Assembly
- Cake
.Plist .dll - Namespace
- Cake
.Plist - Containing Type
- PlistAliases
Syntax
public static string SerializePlistXml(this ICakeContext context, object value)
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | |
value | object | plist data |
Return Value
Type | Description |
---|---|
string | serialized plist xml |