Document! X and HelpStudio 2017
In This Topic
    Database Documentation
    In This Topic
    Metadata Elements
    Metadata ElementDescription
    Outputs a breadcrumbs section. The breadcrumbs section is only output if the option is enabled in the Build Profile editor.
    Outputs the name of the current Project Profile.
    Outputs the CASCADE_UPDATES and/or CASCADE_DELETES template phrases if the current Table has a cascade updates and/or deletes constraint.
    Outputs the numeric identifier of the encoding codepage defined in the project.
    Returns the child column for the current relationship.
    Outputs the name of the child Table of the current Relationship.
    Outputs an <img> tag for the tick.gif image if the column allows nulls.
    Outputs the data type caption of the current Column.
    Outputs the default column value.
    Outputs the formula of the column.
    Outputs "true" if the column is a float.
    Outputs the length of the column.
    Outputs the column precision.
    Outputs an <img> tag for the primarykey.gif image if the column is part of the primary key.
    Outputs the column scale.
    Outputs the column sort order: "Ascending" or "Descending".
    Outputs the location to which the generated Html will output. This setting is used only if a Community Extensions proxy page is being used.
    Returns the unique Id used by Community Extensions to identify the current item.
    Outputs the Community Extensions Project Key defined for this Project. The Project Key is an encoded value based on the setting defined on the Community Settings page in the Build Profile editor.
    Outputs the address of the Community Extensions proxy page (if one is being used).
    Add this to a base page type to create a section that can be populated in a derived page type.
    Outputs carriage return and line feed characters.
    Outputs the name of the current Database.
    Outputs the current filename excluding the file extension.
    Outputs the content of any custom HEAD tag content, as well as Google Analytics script (if enabled)
    Outputs a property of the current User Defined Data Type.
    Outputs the file name (including extension) of the default Topic.
    Outputs the dependency level of the current item
    Outputs the summary content for the current item.
    Outputs any content between the start and end DXMETADATA markers at design time, otherwise returns nothing.
    Outputs the code for the current Example.
    Returns a unique id (different for each documentation generation) for the current Example.
    Outputs the language name of the current Example (e.g. CS).
    Outputs a readable name for the language of the current example (e.g. C++/CLI).
    Outputs the title of the current Example.
    Outputs the filename for the current item.
    Generates output based on a set of child items (of the Item Type identified by the Namespace parameter). The output generated for each item is formatted using the parsed value of a Scrap named {Scrap}_BODY. The complete output is then prefixed with the parsed value of a Scrap named {Scrap}_HEADER and suffixed with the parsed value of a Scrap named {Scrap}_FOOTER. No output is generated if no child items are found.
    Outputs the current date in General Date format.
    Outputs "True" if the option to group examples has been enabled. Otherwise returns nothing.
    Outputs the Project Title.
    Outputs the name of the icon image file (without path or extension) for the current item.
    Outputs "True" if the "Include Schema Information" option has been enabled.
    Outputs a property of the current Index.
    Outputs True if the current item is new.
    Outputs "True" if the named Template File Feature is enabled or nothing if it is disabled
    Outputs the name of the current item.
    Outputs the fully qualified name of the current item. The fully qualified name uniquely identifies the current item.
    Outputs the qualified name of the current item, with any reserved script characters encoded so the value can be used directly in script.
    Outputs a readable title for the current item, e.g. "Add Method".
    Outputs the type of the current item (e.g. "Namespace", "Class" etc.).
    Outputs an html anchor element for the current item.
    Outputs the category name for the current See Also link.
    Outputs the target of the current link, with any reserved script characters encoded so the value can be used directly in script.
    Outputs the content of the value parameter. This element can be used in combination with conditions to include/exclude static content according to particular conditions.
    Outputs a string identifying the encoding defined in the project (e.g. "0x432 English (United States)").
    Outputs a readable title for the current item, e.g. "Add Method".
    Outputs an <img> tag for the projects logo image.
    Outputs the current date in Long Date format.
    Outputs the current time in Long Time format.
    Outputs <!-- saved from url= --> tag using the URL defined in the Build Profile.
    Outputs an Html META element defining the charset to use according to the encoding settings defined in the project.
    Outputs the name of the current item.
    Outputs the phrase value for the current item type.
    Outputs the file extension defined in the project (defaults to .html).
    An alias for LocalItemTitle. The two are equivalent.
    Outputs the data type caption of the current Parameter.
    Outputs the defined size of the parameter.
    Outputs the parameter type. One of: "In", "In/Out", "Out", "Return Value".
    Returns the parent column for the current relationship.
    Outputs the name of the parent item for the current item.
    Outputs the fully qualified name of the parent of the current item.
    Outputs the name of the parent Table of the current Relationship.
    Returns the Scrap _BOOLEAN_PROPERTY_TRUE or _BOOLEAN_PROPERTY_FALSE depending on whether the parent item has the Delete permission.
    Returns the Scrap _BOOLEAN_PROPERTY_TRUE or _BOOLEAN_PROPERTY_FALSE depending on whether the parent item has the DRI permission.
    Returns the Scrap _BOOLEAN_PROPERTY_TRUE or _BOOLEAN_PROPERTY_FALSE depending on whether the parent item has the Execute permission.
    Returns the Scrap _BOOLEAN_PROPERTY_TRUE or _BOOLEAN_PROPERTY_FALSE depending on whether the parent item has the Insert permission.
    Returns the Scrap _BOOLEAN_PROPERTY_TRUE or _BOOLEAN_PROPERTY_FALSE depending on whether the parent item has the Select permission.
    Returns the Scrap _BOOLEAN_PROPERTY_TRUE or _BOOLEAN_PROPERTY_FALSE depending on whether the parent item has the Update permission.
    Outputs a phrase from the Template phrase table according to the current phrase language.
    Outputs the current Phrase language.
    Outputs the Id of the current Project.
    Outputs the Project Title. The Project Title is defined in the BuildProfileTerm Editor.
    Outputs the caption for the property.
    Outputs the name of the property.
    Outputs the filename for the current item, relative to the project file. Use RelativeUrlFileName if you are using this value as a link target rather than a local path and filename, as it replaces \ with /.
    Outputs the filename for the current item, relative to the project file. Any \ characters in the path will be replaced with / so that the value is usable as a relative url.
    Outputs the value of a Scrap defined in the current Template.
    Outputs a <script> element for each script file.
    Outputs the current date in Short Date format.
    Outputs the name of the current item.
    Outputs the current time in Short Time format.
    Outputs the SQL source for the current item.
    Outputs the summary content for the current item.
    Outputs a <link> element for each stylesheet.
    Outputs the name of the parent table of the current item.
    Outputs the qualified name of the parent table of the current item.
    Outputs the content for a particular content type.
    Outputs the name of the current item type - e.g. Class, Namespace etc.
    Outputs the base type name of the current User Defined Data Type.
    Outputs the value of a Project or Template property.
    Outputs a string that represents the current output encoding, suitable for including in an Xml file encoding attribute, e.g. "utf-8"
    Outputs the current year.