Class AudienceExceptions
The total count and truncated list of information of content inside this folder that has a different audience than the link on this folder. This is only returned for folders.
Inheritance
System.Object
AudienceExceptions
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 AudienceExceptions
Constructors
| Improve this Doc View SourceAudienceExceptions(UInt32, IEnumerable<AudienceExceptionContentInfo>)
Initializes a new instance of the AudienceExceptions class.
Declaration
public AudienceExceptions(uint count, IEnumerable<AudienceExceptionContentInfo> exceptions)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | count | The count |
System.Collections.Generic.IEnumerable<AudienceExceptionContentInfo> | exceptions | A truncated list of some of the content that is an exception. The length of this list could be smaller than the count since it is only a sample but will not be empty as long as count is not 0. |
Properties
| Improve this Doc View SourceCount
Gets the count of the audience exceptions
Declaration
public uint Count { get; protected set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Exceptions
A truncated list of some of the content that is an exception. The length of this list could be smaller than the count since it is only a sample but will not be empty as long as count is not 0.
Declaration
public IList<AudienceExceptionContentInfo> Exceptions { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<AudienceExceptionContentInfo> |