SaaS CMS has officially launched! Learn more now.

Interface ISchemaStore

Summary description for ISchemaStore.

Namespace: EPiServer.BaseLibrary.Serialization
Assembly: EPiServer.BaseLibrary.dll
Version: 7.19.2
Syntax
public interface ISchemaStore

Properties

Schemas

Declaration
IDictionary<string, ISchema> Schemas { get; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, ISchema>

Methods

DeleteSchema(String)

Declaration
void DeleteSchema(string schemaId)
Parameters
Type Name Description
System.String schemaId

GetAndAddSchema(ISchema, String)

Declaration
ISchema GetAndAddSchema(ISchema schema, string idType)
Parameters
Type Name Description
ISchema schema
System.String idType
Returns
Type Description
ISchema

Initialize()

Declaration
void Initialize()