IPWorks Cloud 2020 Kotlin Edition

Questions / Feedback?

LockFile Method

Locks a file resource.

Syntax

public fun lockFile(fileId: String?, expiration: String?, allowDownloading: Boolean)

Remarks

This method locks the file resource specified by FileId to prevent others from modifying it.

Expiration may be set to an appropriately-formatted timestamp to specify an expiration time for the file lock. If Expiration is empty, the file lock will never expire. Timestamps are formatted according to RFC 3339.

AllowDownloading specifies whether others should still be allowed to download the file while it's locked.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Kotlin Edition - Version 20.0 [Build 7941]