Class SharedContentRestoreInviteesDetails
Restored shared file/folder invitees.
Inheritance
System.Object
    SharedContentRestoreInviteesDetails
  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 SharedContentRestoreInviteesDetails
  Constructors
| Improve this Doc View SourceSharedContentRestoreInviteesDetails(AccessLevel, IEnumerable<String>)
Initializes a new instance of the SharedContentRestoreInviteesDetails class.
Declaration
public SharedContentRestoreInviteesDetails(AccessLevel sharedContentAccessLevel, IEnumerable<string> invitees)
  Parameters
| Type | Name | Description | 
|---|---|---|
| AccessLevel | sharedContentAccessLevel | Shared content access level.  | 
      
| System.Collections.Generic.IEnumerable<System.String> | invitees | A list of invitees.  | 
      
Properties
| Improve this Doc View SourceInvitees
A list of invitees.
Declaration
public IList<string> Invitees { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IList<System.String> | 
SharedContentAccessLevel
Shared content access level.
Declaration
public AccessLevel SharedContentAccessLevel { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| AccessLevel |