Click or drag to resize

CustomPropertyModifyData Class

Custom Property modification data
Inheritance Hierarchy
SystemObject
  CodeStack.SwEx.AddIn.DelegatesCustomPropertyModifyData

Namespace:  CodeStack.SwEx.AddIn.Delegates
Assembly:  CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax
public class CustomPropertyModifyData

The CustomPropertyModifyData type exposes the following members.

Properties
  NameDescription
Public propertyAction
Type of the modification
Public propertyConfiguration
Configuration of custom property. Empty string for the file specific (generic) custom property
Public propertyName
Name of the custom property
Public propertyValue
Value of the custom property
Top
See Also