Gets a unique identifier of the default CContent

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

Syntax

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

See Also