Class SharedLinkSettingsAllowDownloadDisabledDetails
Disabled downloads.
Inheritance
System.Object
    SharedLinkSettingsAllowDownloadDisabledDetails
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkSettingsAllowDownloadDisabledDetails
  Constructors
| Improve this Doc View SourceSharedLinkSettingsAllowDownloadDisabledDetails(AccessLevel, String)
Initializes a new instance of the SharedLinkSettingsAllowDownloadDisabledDetails class.
Declaration
public SharedLinkSettingsAllowDownloadDisabledDetails(AccessLevel sharedContentAccessLevel, string sharedContentLink = null)
  Parameters
| Type | Name | Description | 
|---|---|---|
| AccessLevel | sharedContentAccessLevel | Shared content access level.  | 
      
| System.String | sharedContentLink | Shared content link.  | 
      
Properties
| Improve this Doc View SourceSharedContentAccessLevel
Shared content access level.
Declaration
public AccessLevel SharedContentAccessLevel { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| AccessLevel | 
SharedContentLink
Shared content link.
Declaration
public string SharedContentLink { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |