Click or drag to resize

IBatchVaultOperationsIsFolderPending Method

Checks if the folder has to be created

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

Parameters

folderUid  String

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

Return Value

Boolean
true if folder is scheduled to be added
See Also