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

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

Removes the specified property and its value from this SubscriptionPropertyCollection.

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

public bool Remove(
	string name
)

Parameters

name
Type: SystemString
The name.

Return Value

Type: Boolean
true if the property and value represented by name is successfully found and removed; otherwise, false. This method returns false if the property is not found in the collection.
See Also

Reference