Class TemplateSchemaWriterAttribute
Attribute for Template Schema Serializers
Inheritance
System.Object
TemplateSchemaWriterAttribute
Namespace: PnP.Framework.Provisioning.Providers.Markdown
Assembly: PnP.Framework.dll
Syntax
public class TemplateSchemaWriterAttribute : Attribute
Properties
MinimalSupportedSchemaVersion
The schemas supported by the serializer
Declaration
public XMLPnPSchemaVersion MinimalSupportedSchemaVersion { get; set; }
Property Value
XMLPnPSchemaVersion
|
Scope
Defines the scope of the serializer
Declaration
public WriterScope Scope { get; set; }
Property Value
WriterScope
|
Remarks
By default the serializers target a single Provisioning Template
WriterSequence
The sequence number for applying the writers
Declaration
public Int32 WriterSequence { get; set; }
Property Value
Int32
|
Remarks
Should be a multiple of 100, to make room for future new insertions