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

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

Gets a value that contains the introduction of the loaded document's content data.

Namespace: ContentStudio.Document
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public string Introduction { get; protected set; }

Property Value

Type: String
A string containing the introduction of null (Nothing in Visual Basic) if the content was not loaded or not requested.
Remarks

This property is content related and will not be loaded unless specified and when an approved content exists. This property is often used to store the description of uploaded image files.
See Also

Reference