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

When overriden in derived classes, obtains the value of a certain field in an EPT-document.

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 virtual string EPT_GetFieldValue(
	string fieldName
)

Parameters

fieldName
Type: SystemString
The name of the field whose value to get.

Return Value

Type: String
When overridden in derived classes, the value of the supplied field name. If the field could not be found, this method returns null (Nothing in Visual Basic).
Remarks

This method is only applicable to edit templates and presentation templates, and for all other type of documents this method always returns null.
This method is obsolete. Use the CS_DataFields object instead, which provides much richer functionality.
See Also

Reference