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

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

Gets a value that indicates whether a named property exists or not.

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

public bool ExistsProperty(
	string name
)

Parameters

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

Return Value

Type: Boolean
true it the property name exists, false otherwise.
See Also

Reference