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

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

Determines whether the specified extended property exists.

Namespace: ContentStudio.EventActions.AsynchronousEventHandlers
Assembly: AsynchronousEventHandlers (in AsynchronousEventHandlers.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

protected bool ExistsExtendedProperty(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Name of the property to check. This name cannot be null or empty and is not case sensitive.

Return Value

Type: Boolean
true if the specified extended property exists; otherwise, false.
Exceptions

ExceptionCondition
ArgumentNullExceptionThe propertyName cannot be null
ArgumentExceptionThe propertyName cannot be empty
See Also

Reference