Gets or sets identifier of tagged page layout when the link is pointing to a tagged page.

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

Syntax

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

See Also