Shared Folder - Without sync-down
This page details the process to share a shared folder without needing to sync down the vault first.
Overview
DotNet SDK
Structures and classes
Type
Purpose
Scope and limitations
Supported Functions
Shared folder — supported functions
GetSharedFolderAsync
GetRecordUidsFromSharedFolderAsync
PutUserToSharedFolderAsync / RemoveUserFromSharedFolderAsync
GetAvailableTeamsForShareAsync
GetTeamUidFromNameAsync
PutTeamToSharedFolderAsync / RemoveTeamFromSharedFolderAsync
GetRecordKeysFromSharedFolderAsync(auth, sharedFolderUid)
Record payloads without vault sync — RecordSkipSyncDown
GetRecordsAsync
Member
Meaning
GetOwnedRecordsAsync(auth, recordUids, include?)
GetSharedFolderRecordsAsync(auth, sharedFolderUid, include?)
GetRecordsAsync (obsolete)
RecordDetailsSkipSyncResult
Property
What you get
Sample helpers (Sample/ShareFolderSkipSyncExample)
Sample/ShareFolderSkipSyncExample)Function
Does
Typical call
Prerequisites
Sample: authenticate, folder metadata, user share (prior release style)
Sample: teams, record UIDs, and decrypt records (no full vault sync)
Last updated
Was this helpful?

