IFsrmPropertyDefinition::get_PossibleValues method (fsrmpipeline.h)

The possible values to which the property can be set.

This property is read/write.

Syntax

HRESULT get_PossibleValues(
  SAFEARRAY **possibleValues
);

Parameters

possibleValues

Return value

None

Remarks

You must specify a possible values list if the property's type is FsrmPropertyDefinitionType_OrderedList or FsrmPropertyDefinitionType_MultiChoiceList.

You cannot delete a possible value from the list if a rule specifies the value (see IFsrmClassificationRule.Value). Deleting the value does not remove the value from files that are currently classified using that value.

You can change the order of the values in the list. For ordered lists, changing the order can affect aggregation the next time classification runs.

To specify descriptions for each possible value, set the IFsrmPropertyDefinition.ValueDescriptions property.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header fsrmpipeline.h
DLL SrmSvc.dll

See also

IFsrmPropertyDefinition