IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

getCompliance (method)

Gets the compliance settings for the current bucket or an object in it.

Syntax

- (void)getCompliance:(NSString*)objectName;
public func getCompliance(_ objectName: String) throws -> Void

Remarks

Calling this method and passing the empty string for ObjectName will cause BucketCompliance to be populated for the current bucket. Otherwise, this method will cause ObjectCompliance to be populated for the object with the given ObjectName (as long as such an object exists in the current bucket, and the bucket's compliance settings are enabled).

Refer to the UpdateCompliance documentation for more information about compliance.

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