Show / Hide Table of Contents

    IExportXmlMeta Interface

    .NET Standard 2.x

    Represents the information of the XML templates in the model.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

    public interface IExportXmlMeta : IDwNode<IExportXmlMeta>
    

    Properties

    Name Return Type Description
    UseTemplate string Gets or sets the name of the default export template.
    Templates IDictionary<string, string> Gets all of the templates in the model.
    Back to top Generated by Appeon