IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

ResourceHashAlgorithm Property

The hash's algorithm.

Object Oriented Interface

public function getResourceHashAlgorithm($resourceindex);
public function setResourceHashAlgorithm($resourceindex, $value);

Procedural Interface

ipworkscloud_onedrive_get($res, 59 , $resourceindex);
ipworkscloud_onedrive_set($res, 59, $value , $resourceindex);

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 PHP Edition - Version 20.0 [Build 8265]