Unique identifier of content that's previous version of the current content.

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

Syntax

C#
public decimal PreviousContentId { get; set; }
Visual Basic (Declaration)
Public Property PreviousContentId As Decimal
Visual C++
public:
property Decimal PreviousContentId {
	Decimal get ();
	void set (Decimal value);
}

See Also