Click or drag to resize

BatchVaultOperationsIsFolderPending Method

Checks if the folder has to be created

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
public bool IsFolderPending(
	string folderUid
)

Parameters

folderUid  String

[Missing <param name="folderUid"/> documentation for "M:KeeperSecurity.Vault.BatchVaultOperations.IsFolderPending(System.String)"]

Return Value

Boolean
true if folder is scheduled to be added

Implements

IBatchVaultOperationsIsFolderPending(String)
See Also