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

Syntax

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

See Also