Workspace.PendPropertyChange Method
Include Protected Members
Include Inherited Members
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.
Overload List
Name | Description | |
---|---|---|
PendPropertyChange(String, PropertyValue) | Pends changes on the passed in path giving it the passed in properties. | |
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. | |
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. | |
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. | |
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. | |
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