This documentation is archived and is not being maintained.

Workspace::PendPropertyChange Method

Pends changes on the passed in paths giving each of them the passed in properties.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method PendPropertyChange(String, PropertyValue) Pends changes on the passed in path giving it the passed in properties.
Public method PendPropertyChange(String, PropertyValue, RecursionType, LockLevel) Pends changes on the passed in path giving it the passed in properties. Note, property changes are merged with existing properties on the server. To delete an existing property pass in a property that has the desired name and a value of null.
Public method PendPropertyChange(String, array<PropertyValue>, RecursionType, LockLevel) Pends changes on the passed in path giving it the passed in properties. Note, property changes are merged with existing properties on the server. To delete an existing property pass in a property that has the desired name and a value of null.
Public method PendPropertyChange(array<String>, PropertyValue, RecursionType, LockLevel) Pends changes on the passed in paths giving each of them the passed in property. Note, property changes are merged with existing properties on the server. To delete an existing property pass in a property that has the desired name and a value of null.
Public method PendPropertyChange(array<ItemProperties>, RecursionType, LockLevel, PendChangesOptions, array<String>, array<String>) Pends changes on the passed in paths giving each of them the passed in properties. Note, property changes are merged with existing properties on the server. To delete an existing property pass in a property that has the desired name and a value of null.
Public method PendPropertyChange(array<String>, array<PropertyValue>, RecursionType, LockLevel, PendChangesOptions, array<String>, array<String>) Pends changes on the passed in paths giving each of them the passed in properties. Note, property changes are merged with existing properties on the server. To delete an existing property pass in a property that has the desired name and a value of null.
Top
Show: