PresentationTemplateEPT_GetFieldValue Method Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Note: This API is now obsolete.

Returns the content of an EPT field.

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

[ObsoleteAttribute("This method is obsolete. Use CS_DataFields instead")]
public override string EPT_GetFieldValue(
	string fieldName
)

Parameters

fieldName
Type: SystemString
The name of the field to read

Return Value

Type: String
Returns the content of an EPT field. If the does not field exist, null (Nothing in Visual Basic) is returned.
Remarks

This method is obsolete. Use the CS_DataFields object instead, which provides much richer functionality.
See Also

Reference