Class GetMetadataArgs
Arguments for the asynchronous `get_metadata_async` route. Exactly one of
`file_id`, `path`, or `url` must be supplied via `file_id_or_url` to identify the file
whose metadata should be extracted.
Inheritance
GetMetadataArgs
Assembly: Dropbox.Api.dll
public class GetMetadataArgs
Constructors
View Source
Declaration
public GetMetadataArgs(FileIdOrUrl fileIdOrUrl = null)
Parameters
Properties
View Source
Declaration
public FileIdOrUrl FileIdOrUrl { get; protected set; }
Property Value