Click or drag to resize
InheritFromParentEventArgs Constructor
Initializes a new instance of the InheritFromParentEventArgs class.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public InheritFromParentEventArgs(
	BCRepositoryObject currentObject,
	bool inheritFromParent
)

Parameters

currentObject
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepositoryObject
The object the event is raised for. Can be either BCFolder or BCWorkPackage.
inheritFromParent
Type: SystemBoolean
A value indicating whether the option is enabled.
See Also