ContentTagCategoryFileFormat Property |
Gets the tag that indicates a metadata property containing information about the format of a file.
Namespace: GroupDocs.Metadata.TaggingAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic PropertyTag FileFormat { get; }
Public ReadOnly Property FileFormat As PropertyTag
Get
public:
property PropertyTag^ FileFormat {
PropertyTag^ get ();
}
member FileFormat : PropertyTag with get
Property Value
Type:
PropertyTagThe tag that indicates a metadata property containing information about the format of a file.
See Also