Skip to main content

FacetType

Facet Type.

NameValueDescription
OTOTObject type facet.
PVPVProperty value.
PDPDSpecific property.
VLVLSpecific value list.
VLOTVLOTSpecific object type.
FILETYPEFILETYPESpecific file type ( like ".doc").

Runtime Access

This enumeration is available at runtime on the MFiles global object. Access enum values using MFiles.FacetType.<value>.

Example:

const value = MFiles.FacetType.OT;

See also: MFiles Global Object