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

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

Gets the value of an named property.

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

public string this[
	string name
] { get; }

Parameters

name
Type: SystemString
The name of the property to get. This value is case in-sensitive

Property Value

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

Reference