Gets or sets the option which determines whether the CContentProducer must click the Modify button to edit Approved or Published CContent

Namespace:  Asi.iBO.ContentManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public bool AlwaysModify { get; set; }
Visual Basic (Declaration)
Public Property AlwaysModify As Boolean
Visual C++
public:
property bool AlwaysModify {
	bool get ();
	void set (bool value);
}

See Also