ListChildrenPresentationTemplateID Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Sets or gets a value a value that indicates the ID of the presentation template document to use in each document link generated. This property can be null (Nothing in Visual Basic) or zero if no presentation template should be used.

Namespace: ContentStudio.Site.ActiveScripting.Document
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public Nullable<int> PresentationTemplateID { get; set; }

Property Value

Type: NullableInt32
The default value is null (Nothing in Visual Basic) witch means that no presentation template is defined.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionThe value cannot be negative
See Also

Reference