Dropbox .NET SDK
Show / Hide Table of Contents

Class UserFeature.FileLocking

This feature allows users to lock files in order to restrict other users from editing them.

Inheritance
object
UserFeature
UserFeature.FileLocking
Inherited Members
UserFeature.IsPaperAsFiles
UserFeature.AsPaperAsFiles
UserFeature.IsFileLocking
UserFeature.AsFileLocking
UserFeature.IsTeamSharedDropbox
UserFeature.AsTeamSharedDropbox
UserFeature.IsDistinctMemberHome
UserFeature.AsDistinctMemberHome
UserFeature.IsOther
UserFeature.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public sealed class UserFeature.FileLocking : UserFeature

Fields

View Source

Instance

A singleton instance of FileLocking

Declaration
public static readonly UserFeature.FileLocking Instance
Field Value
Type Description
UserFeature.FileLocking
  • View Source
In this article
Back to top Dropbox .NET SDK