UpdateFileProperties Method
Updates a set of properties for a file.
Syntax
void UpdateFileProperties(
File file,
System.Collections.Generic.Dictionary<PropDef,object> props
)Sub UpdateFileProperties( _
ByVal file As File, _
ByVal props As System.Collections.Generic.Dictionary(Of PropDef,Object) _
) Parameters
| Name | Description |
|---|---|
| file | The file whose properties will be updated. |
| props | A Dictionary containing the updated property values. Key = property object; Value = new value |