Cloud Storage Integrator 2016 .NET Edition
Cloud Storage Integrator 2016 .NET Edition
Questions / Feedback?

GetCompliance Method

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

Syntax

[VB.NET]
Public Sub GetCompliance(ByVal ObjectName As String)
[C#]
public void GetCompliance(string objectName);

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) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 .NET Edition - Version 16.0 [Build 7239]