Tags

Tags class

Contains various sets of tags with which most important metadata properties are marked. The tags allow you to find and update metadata properties in different packages regardless of the metadata standard and file format.

public static class Tags

Properties

Name Description
static Content { get; } Gets the tags that are attached to metadata properties describing the content of a file. The tags are useful to find out the content language, type (genre), subject, rating, etc.
static Corporate { get; } Gets a set of tags intended to mark metadata properties related to a company that participated in file creation.
static Document { get; } Gets a set of tags that are applied to document-specific properties only. The tags can be useful to determine from which part of an office document a property was extracted.
static Legal { get; } Gets a set of tags that are attached to metadata properties holding information about the owners of the file content and the rules under which the content can be used.
static Origin { get; } Gets the tags that help a user to determine the origin of a file (e.g. template or another source).
static Person { get; } Gets a set of tags that mark metadata properties holding information about the people contributed to file or intellectual content creation. These tags can help you to find the document creator, editor or even the client for whom the work was performed. Despite the name of the category some metadata properties marked with the tags can contain a company name rather than a person’s name.
static PropertyType { get; } Gets a set of tags that bear additional information about the type of a property rather than about its purpose. Using these tags you can detect metadata properties that contain URL links to external resources, properties describing fonts, colors, geolocation and so on.
static Time { get; } Gets a set of tags that mark metadata properties used to describe the lifecycle of a file. The tags deal with time points when a file or intellectual content was created, edited, printed, etc.
static Tool { get; } Gets the tags intended to mark metadata properties related to the tools (software and hardware) that were used to create a file.

See Also