public class PropertyDescriptor extends Object
Represents a descriptor of a property that can be accessed through the GroupDocs.Metadata search engine.
| Modifier and Type | Method and Description |
|---|---|
PropertyAccessLevels |
getAccessLevel()
Gets the property access level.
|
ValueInterpreter |
getInterpreter()
Gets the property value interpreter.
|
String |
getName()
Gets the property name.
|
IReadOnlyList<PropertyTag> |
getTags()
Gets a collection of tags associated with the property.
|
MetadataPropertyType |
getType()
Gets the property type.
|
public PropertyAccessLevels getAccessLevel()
Gets the property access level.
public final ValueInterpreter getInterpreter()
Gets the property value interpreter.
public final String getName()
Gets the property name.
public final IReadOnlyList<PropertyTag> getTags()
Gets a collection of tags associated with the property.
public final MetadataPropertyType getType()
Gets the property type.
Copyright © 2025. All rights reserved.