FeatureDescriptorBlueprintRemoveProperty(String) Method
Marks the given property for deletion.
Definition
Namespace: Articy.Api.ObjectCustomization
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public void RemoveProperty(
string aTechnicalName
)Parameters
- aTechnicalName String
- The name of the property to remove
Remarks
Note that the property is not removed from the blueprint session object, only marked as deleted.
Exceptions
| ArgumentException | If the given technical is not found on the feature |