IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

resourceHashAlgorithm (property)

The hash's algorithm.

Syntax

- (int)resourceHashAlgorithm:(int)resourceIndex;
- (void)setResourceHashAlgorithm:(int)resourceIndex:(int)newResourceHashAlgorithm;
public func resourceHashAlgorithm(resourceIndex: Int32) throws -> Int32
public func setResourceHashAlgorithm(resourceIndex: Int32, newResourceHashAlgorithm: Int32) throws -> Void

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.

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