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

Syntax

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

See Also