Click or drag to resize

FileOperationSetProperties Method

Declares a set of properties and values to be set on an item or items.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public int SetProperties(
	IEnumerable<KeyValuePair<PropertyKey, Object>> properties,
	bool throwOnError = true
)

Parameters

properties
Type: System.Collections.GenericIEnumerableKeyValuePairPropertyKey, Object
The properties.
throwOnError (Optional)
Type: SystemBoolean
if set to true errors may be throw in case of Windows Shell errors.

Return Value

Type: Int32
The result of Windows Shell last operation.
See Also