Class PictureparkService
Inheritance
PictureparkService
Namespace: System.Dynamic.ExpandoObject
Syntax
public class PictureparkService : IPictureparkService, IDisposable
Constructors
Declaration
public PictureparkService(IPictureparkServiceSettings settings, HttpClient httpClient = null)
Parameters
Properties
Declaration
public IBusinessProcessClient BusinessProcess { get; }
Property Value
Implements
Declaration
public IBusinessRuleClient BusinessRule { get; }
Property Value
Implements
Declaration
public IChannelClient Channel { get; }
Property Value
Implements
Declaration
public IContentClient Content { get; }
Property Value
Implements
Declaration
public IContentPermissionSetClient ContentPermissionSet { get; }
Property Value
Implements
Declaration
public IConversionPresetTemplateClient ConversionPresetTemplate { get; }
Property Value
Implements
Declaration
public IDisplayValueClient DisplayValue { get; }
Property Value
Implements
Declaration
public IDocumentHistoryClient DocumentHistory { get; }
Property Value
Implements
Declaration
public IIdentityProviderClient IdentityProvider { get; }
Property Value
Implements
Declaration
public IInfoClient Info { get; }
Property Value
Implements
Declaration
public IIngestClient Ingest { get; }
Property Value
Implements
Declaration
public IJsonSchemaClient JsonSchema { get; }
Property Value
Implements
Declaration
public IListItemClient ListItem { get; }
Property Value
Implements
Declaration
public ILiveStreamClient LiveStream { get; }
Property Value
Implements
Declaration
public INotificationClient Notification { get; }
Property Value
Implements
Declaration
public IOutputClient Output { get; }
Property Value
Implements
Declaration
public IProfileClient Profile { get; }
Property Value
Implements
Declaration
public ISchemaClient Schema { get; }
Property Value
Implements
Declaration
public ISchemaPermissionSetClient SchemaPermissionSet { get; }
Property Value
Implements
Declaration
public ISchemaTransferClient SchemaTransfer { get; }
Property Value
Implements
Declaration
public IShareClient Share { get; }
Property Value
Implements
Declaration
public IStatisticClient Statistics { get; }
Property Value
Implements
Declaration
public ITemplateClient Template { get; }
Property Value
Implements
Declaration
[Obsolete("Transfer API is deprecated and will be removed in future release. Please use Ingest API for new projects and consider switching existing code to use Ingest API as well.")]
public ITransferClient Transfer { get; }
Property Value
Implements
Declaration
public IUserClient User { get; }
Property Value
Implements
Declaration
public IUserRoleClient UserRole { get; }
Property Value
Implements
Declaration
public IXmpMappingClient XmpMapping { get; }
Property Value
Implements
Methods