vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface DescribeMetadataObject

    interface DescribeMetadataObject {
        childXmlNames?: string[];
        directoryName?: string;
        inFolder?: boolean;
        metaFile?: boolean;
        suffix?: string;
        xmlName: string;
    }
    Index

    Properties

    childXmlNames?: string[]

    List of child sub-components for this component.

    directoryName?: string

    The name of the directory in the .zip file that contains this component.

    inFolder?: boolean

    Indicates whether the component is in a folder (true) or not (false). For example, documents, email templates and reports are stored in folders.

    metaFile?: boolean

    Indicates whether the component requires an accompanying metadata file. For example, documents, classes, and s-controls are components that require an additional metadata file.

    suffix?: string

    The file suffix for this component.

    xmlName: string

    The name of the root element in the metadata file for this component. This name also appears in the Packages > types > name field in the manifest file package.xml.