Dropbox .NET SDK
Show / Hide Table of Contents

Class AudienceExceptionContentInfo

Information about the content that has a link audience different than that of this folder.

Inheritance
object
AudienceExceptionContentInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class AudienceExceptionContentInfo

Constructors

View Source

AudienceExceptionContentInfo(string)

Initializes a new instance of the AudienceExceptionContentInfo class.

Declaration
public AudienceExceptionContentInfo(string name)
Parameters
Type Name Description
string name

The name of the content, which is either a file or a folder.

Properties

View Source

Name

The name of the content, which is either a file or a folder.

Declaration
public string Name { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK