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.3.0

Syntax

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

See Also