Gets the previous version of the CContent using the PreviousContentId property.

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

Syntax

C#
public CContent PreviousContent { get; }
Visual Basic (Declaration)
Public ReadOnly Property PreviousContent As CContent
Visual C++
public:
property CContent^ PreviousContent {
	CContent^ get ();
}

See Also