IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

createVault (method)

Creates a new vault.

Syntax

- (void)createVault:(NSString*)vaultName;
public func createVault(_ vaultName: String) throws -> Void

Remarks

This method creates a new vault with the name specified by the VaultName parameter.

Names can be between 1 and 255 characters long. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), and '.' (period).

The region in which the vault is created is controlled by the Region property.

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