Click or drag to resize
IImportExportTemplateDescription Interface

[This is preliminary documentation and is subject to change.]

Description of an ImportExport Template. Used for documentation

Namespace: Netadmin.Management.ImportExport.Description
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IImportExportTemplateDescription

The IImportExportTemplateDescription type exposes the following members.

Properties
  NameDescription
Public propertyStringLongDescription
A longer description. Can be multiple lines
Public propertyStringName
The name of the template
Public propertyStringShortDescription
A short description of the template. Should be no more than a single line of text
Public propertyIEnumerableT, T: IImportExportTableDescriptionTableDescriptions
Descriptions of all tables in the template. Must never be null
Top
See Also