Initializes a new instance of the InheritFromParentEventArgs class.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public InheritFromParentEventArgs(
	BCRepositoryObject currentObject,
	bool inheritFromParent
)
Visual Basic
Public Sub New ( _
	currentObject As BCRepositoryObject, _
	inheritFromParent As Boolean _
)
Visual C++
public:
InheritFromParentEventArgs(
	BCRepositoryObject^ currentObject, 
	bool inheritFromParent
)

Parameters

currentObject
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCRepositoryObject
The object the event is raised for. Can be either BCFolder or BCWorkPackage.
inheritFromParent
Type: System..::..Boolean
A value indicating whether the option is enabled.

See Also