PersonTagCategory

PersonTagCategory class

Provides 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.

public class PersonTagCategory : TagCategory

Properties

Name Description
Artist { get; } Gets the tag that denotes the original performer of a file.
Client { get; } Gets the tag that labels information about the client for whom the file/intellectual content was created.
Contributor { get; } Gets the tag that labels a property containing the name of a person who somehow contributed to file creation. Please note that the tag is not applied towards metadata properties marked with more specific tags from this category. E.g. if a property labeled with the Creator tag.
Creator { get; } Gets the tag that denotes the original author of a file/document.
Editor { get; } Gets the tag that labels a person who edited a file. The tag is usually used to mark a property containing information about the last editor.
Manager { get; } Gets the tag that labels information about a person who managed the making process of a file.
Model { get; } Gets the tag that denotes information about a person the content of the file is about. For photos that is a person shown in the image.
Publisher { get; } Gets the tag marking a person responsible for making the file available.
Recipient { get; } Gets the tag that denotes the original recipients of a mail.

Methods

Name Description
override ToString() Returns a string that represents the current object.

See Also