SubscriptionPropertyCollectionIsValidPropertyName 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 property name is valid. A property name cannot be null (Nothing in Visual Basic) or empty and must start with a letter and cannot contain white space characters.

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

public static bool IsValidPropertyName(
	string name
)

Parameters

name
Type: SystemString
The name to validate.

Return Value

Type: Boolean
true if the property name is valid; otherwise, false.
See Also

Reference