ResourceHashAlgorithm Property

The hash's algorithm.

Syntax

int GetResourceHashAlgorithm(int iResourceIndex);
int SetResourceHashAlgorithm(int iResourceIndex, int iResourceHashAlgorithm);

Default Value

0

Remarks

The hash's algorithm.

This property specifies which hash the ResourceHash property is populated with. Changing the value of this property will re-populate the ResourceHash property accordingly. Possible values are:

  • 0 - QuickXOR hash (only applicable for OneDrive for Business and SharePoint Online)
  • 1 - CRC32 hash (only applicable for OneDrive Personal)
  • 2 - SHA1 hash (only applicable for OneDrive Personal)

Note: Hashes are generated by the server, not the class; and it makes no guarantees as to when hashes are generated (it may not do so immediately).

The ResourceIndex parameter specifies the index of the item in the array. The size of the array is controlled by the ResourceCount property.

This property is not available at design time.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Qt Edition - Version 20.0 [Build 8265]