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

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

Checks if the given property exists and returns it as a String or returns null if non-existing

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

public string GetAttributeAsString(
	string name
)

Parameters

name
Type: SystemString
Name of attribute. This value is case in-sensitive.

Return Value

Type: String
A String if the property exits, null otherwise.
See Also

Reference