C# Class Unicorn.SerializationUtility

Datei anzeigen Open project: connectivedx/Unicorn Class Usage Examples

Public Methods

Method Description
GetPreset ( ) : IList

Gets the default presets specified in configuration/sitecore/serialization/default

GetPreset ( string name ) : IList

Gets the default presets specified in configuration/sitecore/serialization/name

Method Details

GetPreset() public static method

Gets the default presets specified in configuration/sitecore/serialization/default
public static GetPreset ( ) : IList
return IList

GetPreset() public static method

Gets the default presets specified in configuration/sitecore/serialization/name
public static GetPreset ( string name ) : IList
name string
return IList