Click or drag to resize

ExternalRecordShareExtensionsCreateExternalRecordShare Method

Creates an external share for a record

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public static Task<string> CreateExternalRecordShare(
	this VaultOnline vault,
	string recordUid,
	TimeSpan expireIn,
	string shareName = null
)

Parameters

vault  VaultOnline
Vault
recordUid  String
Record UID
expireIn  TimeSpan
Share Expiration
shareName  String  (Optional)
Share Name

Return Value

TaskString
External Share URL

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type VaultOnline. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Exceptions
ExceptionCondition
VaultException
See Also