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

Gets the value of a specified field in an EPT document. This method is only applicable to edit templates and presentation templates, and for all other type of documents this method always returns null.

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

Parameters

fieldName
Type: SystemString
Field name

Return Value

Type: String
Returns the value of the specified field the EPT document. If the field could not be found, this method will return null.
Remarks

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

Reference