Show / Hide Table of Contents

Class AudienceExceptionContentInfo

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

Inheritance
System.Object
AudienceExceptionContentInfo
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class AudienceExceptionContentInfo

Constructors

| Improve this Doc View Source

AudienceExceptionContentInfo(String)

Initializes a new instance of the AudienceExceptionContentInfo class.

Declaration
public AudienceExceptionContentInfo(string name)
Parameters
Type Name Description
System.String name

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

Properties

| Improve this Doc 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
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AudienceExceptionContentInfo(String)
  • Properties
    • Name
Back to top Generated by DocFX