Search Results for

    Show / Hide Table of Contents

    Class ExportFoldersClient

    Inheritance
    System.Object
    ExportFoldersClient
    Implements
    IExportFoldersClient
    Namespace: FastReport.Cloud.Client
    Assembly: FastReport.Cloud.SDK.dll
    Syntax
    public class ExportFoldersClient : object, IExportFoldersClient

    Constructors

    ExportFoldersClient(System.Net.Http.HttpClient)

    Declaration
    public ExportFoldersClient(System.Net.Http.HttpClient httpClient)
    Parameters
    Type Name Description
    System.Net.Http.HttpClient httpClient

    Properties

    JsonSerializerSettings

    Declaration
    protected Newtonsoft.Json.JsonSerializerSettings JsonSerializerSettings { get; }
    Property Value
    Type Description
    Newtonsoft.Json.JsonSerializerSettings

    PrepareRequestCallback

    Declaration
    public Action<System.Net.Http.HttpClient, System.Net.Http.HttpRequestMessage, string> PrepareRequestCallback { get; set; }
    Property Value
    Type Description
    Action<System.Net.Http.HttpClient, System.Net.Http.HttpRequestMessage, System.String>

    ReadResponseAsString

    Declaration
    public bool ReadResponseAsString { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    CalculateFolderSize(String)

    Get specified folder, calculate it's size

    Declaration
    public virtual FolderSizeVM CalculateFolderSize(string id)
    Parameters
    Type Name Description
    System.String id

    folder id

    Returns
    Type Description
    FolderSizeVM

    Returns specified folder

    Remarks

    User with a Get Entity permission can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    CalculateFolderSizeAsync(String, System.Threading.CancellationToken)

    Get specified folder, calculate it's size

    Declaration
    public virtual async System.Threading.Tasks.Task<FolderSizeVM> CalculateFolderSizeAsync(string id, System.Threading.CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.String id

    folder id

    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Type Description
    System.Threading.Tasks.Task<FolderSizeVM>

    Returns specified folder

    Remarks

    User with a Get Entity permission can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    CopyFolder(String, String)

    Move folder to a specified folder

    Declaration
    public virtual FileVM CopyFolder(string id, string folderId)
    Parameters
    Type Name Description
    System.String id

    moving folder id

    System.String folderId

    destination folder id

    Returns
    Type Description
    FileVM

    Folder has been moved to a specified folder

    Remarks

    User with a Update Place permission for a folder and Create Entity
    for a Parent Folder can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    CopyFolderAsync(String, String, System.Threading.CancellationToken)

    Move folder to a specified folder

    Declaration
    public virtual async System.Threading.Tasks.Task<FileVM> CopyFolderAsync(string id, string folderId, System.Threading.CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.String id

    moving folder id

    System.String folderId

    destination folder id

    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Type Description
    System.Threading.Tasks.Task<FileVM>

    Folder has been moved to a specified folder

    Remarks

    User with a Update Place permission for a folder and Create Entity
    for a Parent Folder can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    DeleteFolder(String)

    Delete specified folder

    Declaration
    public virtual void DeleteFolder(string id)
    Parameters
    Type Name Description
    System.String id

    folder id

    Remarks

    User with a Delete Entity permission can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    DeleteFolderAsync(String, System.Threading.CancellationToken)

    Delete specified folder

    Declaration
    public virtual async System.Threading.Tasks.Task DeleteFolderAsync(string id, System.Threading.CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.String id

    folder id

    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Type Description
    System.Threading.Tasks.Task

    Folder succesfully deleted

    Remarks

    User with a Delete Entity permission can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    GetBreadcrumbs(String)

    Get specified folder breadcrumbs

    Declaration
    public virtual BreadcrumbsVM GetBreadcrumbs(string id)
    Parameters
    Type Name Description
    System.String id

    folder id

    Returns
    Type Description
    BreadcrumbsVM

    Returns breadcrumbs parents list (starts from root folder)

    Remarks

    User with a Get Entity permission can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    GetBreadcrumbsAsync(String, System.Threading.CancellationToken)

    Get specified folder breadcrumbs

    Declaration
    public virtual async System.Threading.Tasks.Task<BreadcrumbsVM> GetBreadcrumbsAsync(string id, System.Threading.CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.String id

    folder id

    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Type Description
    System.Threading.Tasks.Task<BreadcrumbsVM>

    Returns breadcrumbs parents list (starts from root folder)

    Remarks

    User with a Get Entity permission can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    GetFolder(String)

    Get specified folder

    Declaration
    public virtual FileVM GetFolder(string id)
    Parameters
    Type Name Description
    System.String id

    folder id

    Returns
    Type Description
    FileVM

    Returns specified folder

    Remarks

    User with a Get Entity permission can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    GetFolderAsync(String, System.Threading.CancellationToken)

    Get specified folder

    Declaration
    public virtual async System.Threading.Tasks.Task<FileVM> GetFolderAsync(string id, System.Threading.CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.String id

    folder id

    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Type Description
    System.Threading.Tasks.Task<FileVM>

    Returns specified folder

    Remarks

    User with a Get Entity permission can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    GetFolders(String, Nullable<Int32>, Nullable<Int32>, Nullable<FileSorting>, Nullable<Boolean>, String, Nullable<Boolean>)

    Get all folders from specified folder

    Declaration
    public virtual FilesVM GetFolders(string id, int? skip = null, int? take = null, FileSorting? orderBy = null, bool? desc = null, string searchPattern = null, bool? useRegex = null)
    Parameters
    Type Name Description
    System.String id

    folder id

    System.Nullable<System.Int32> skip

    number of files, that have to be skipped

    System.Nullable<System.Int32> take

    number of files, that have to be returned

    System.Nullable<FileSorting> orderBy
    System.Nullable<System.Boolean> desc
    System.String searchPattern
    System.Nullable<System.Boolean> useRegex
    Returns
    Type Description
    FilesVM

    Gets all folders from a specified folder

    Remarks

    User with a Get Entity permission can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    GetFoldersAsync(String, Nullable<Int32>, Nullable<Int32>, Nullable<FileSorting>, Nullable<Boolean>, String, Nullable<Boolean>, System.Threading.CancellationToken)

    Get all folders from specified folder

    Declaration
    public virtual async System.Threading.Tasks.Task<FilesVM> GetFoldersAsync(string id, int? skip = null, int? take = null, FileSorting? orderBy = null, bool? desc = null, string searchPattern = null, bool? useRegex = null, System.Threading.CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.String id

    folder id

    System.Nullable<System.Int32> skip

    number of files, that have to be skipped

    System.Nullable<System.Int32> take

    number of files, that have to be returned

    System.Nullable<FileSorting> orderBy
    System.Nullable<System.Boolean> desc
    System.String searchPattern
    System.Nullable<System.Boolean> useRegex
    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Type Description
    System.Threading.Tasks.Task<FilesVM>

    Gets all folders from a specified folder

    Remarks

    User with a Get Entity permission can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    GetFoldersCount(String)

    Get count of folders what contains in a specified folder

    Declaration
    public virtual CountVM GetFoldersCount(string id)
    Parameters
    Type Name Description
    System.String id

    folder id

    Returns
    Type Description
    CountVM

    Returns count of folders in a specified folder

    Remarks

    User with a Get Count permission can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    GetFoldersCountAsync(String, System.Threading.CancellationToken)

    Get count of folders what contains in a specified folder

    Declaration
    public virtual async System.Threading.Tasks.Task<CountVM> GetFoldersCountAsync(string id, System.Threading.CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.String id

    folder id

    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Type Description
    System.Threading.Tasks.Task<CountVM>

    Returns count of folders in a specified folder

    Remarks

    User with a Get Count permission can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    GetMyPermissions(String)

    Get user's permissions for a folder by id

    Declaration
    public virtual FilePermissionCRUDVM GetMyPermissions(string folderId)
    Parameters
    Type Name Description
    System.String folderId

    folder id

    Returns
    Type Description
    FilePermissionCRUDVM

    Succesfully returned

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    GetMyPermissionsAsync(String, System.Threading.CancellationToken)

    Get user's permissions for a folder by id

    Declaration
    public virtual async System.Threading.Tasks.Task<FilePermissionCRUDVM> GetMyPermissionsAsync(string folderId, System.Threading.CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.String folderId

    folder id

    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Type Description
    System.Threading.Tasks.Task<FilePermissionCRUDVM>

    Succesfully returned

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    GetOrCreate(String, String, String)

    Get specified folder

    Declaration
    public virtual FileVM GetOrCreate(string name = null, string subscriptionId = null, string parentId = null)
    Parameters
    Type Name Description
    System.String name

    folder name

    System.String subscriptionId

    subscriptionId

    System.String parentId

    parent folder id

    Returns
    Type Description
    FileVM

    Returns specified folder

    Remarks

    User with a Get Entity permission can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    GetOrCreateAsync(String, String, String, System.Threading.CancellationToken)

    Get specified folder

    Declaration
    public virtual async System.Threading.Tasks.Task<FileVM> GetOrCreateAsync(string name = null, string subscriptionId = null, string parentId = null, System.Threading.CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.String name

    folder name

    System.String subscriptionId

    subscriptionId

    System.String parentId

    parent folder id

    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Type Description
    System.Threading.Tasks.Task<FileVM>

    Returns specified folder

    Remarks

    User with a Get Entity permission can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    GetPermissions(String)

    Get all folder permissions

    Declaration
    public virtual FilePermissionsVM GetPermissions(string id)
    Parameters
    Type Name Description
    System.String id
    Returns
    Type Description
    FilePermissionsVM

    returned permissions

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    GetPermissionsAsync(String, System.Threading.CancellationToken)

    Get all folder permissions

    Declaration
    public virtual async System.Threading.Tasks.Task<FilePermissionsVM> GetPermissionsAsync(string id, System.Threading.CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.String id
    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Type Description
    System.Threading.Tasks.Task<FilePermissionsVM>

    returned permissions

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    GetRootFolder(String)

    Get user's root folder (without parents)

    Declaration
    public virtual FileVM GetRootFolder(string subscriptionId = null)
    Parameters
    Type Name Description
    System.String subscriptionId
    Returns
    Type Description
    FileVM

    Gets user's root folder (without parents)

    Remarks

    Breakchange. Now user model doesn't contain a root folders.
    This method can return error 400 and 404 when subscription is not found.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    GetRootFolderAsync(String, System.Threading.CancellationToken)

    Get user's root folder (without parents)

    Declaration
    public virtual async System.Threading.Tasks.Task<FileVM> GetRootFolderAsync(string subscriptionId = null, System.Threading.CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.String subscriptionId
    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Type Description
    System.Threading.Tasks.Task<FileVM>

    Gets user's root folder (without parents)

    Remarks

    Breakchange. Now user model doesn't contain a root folders.
    This method can return error 400 and 404 when subscription is not found.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    MoveFolder(String, String)

    Move folder to a specified folder

    Declaration
    public virtual FileVM MoveFolder(string id, string folderId)
    Parameters
    Type Name Description
    System.String id

    moving folder id

    System.String folderId

    destination folder id

    Returns
    Type Description
    FileVM

    Folder has been moved to a specified folder

    Remarks

    User with a Update Place permission for a folder and Create Entity
    for a Parent Folder can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    MoveFolderAsync(String, String, System.Threading.CancellationToken)

    Move folder to a specified folder

    Declaration
    public virtual async System.Threading.Tasks.Task<FileVM> MoveFolderAsync(string id, string folderId, System.Threading.CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.String id

    moving folder id

    System.String folderId

    destination folder id

    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Type Description
    System.Threading.Tasks.Task<FileVM>

    Folder has been moved to a specified folder

    Remarks

    User with a Update Place permission for a folder and Create Entity
    for a Parent Folder can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    MoveFolderToBin(String)

    Move specified folder to recycle bin

    Declaration
    public virtual void MoveFolderToBin(string id)
    Parameters
    Type Name Description
    System.String id

    folder id

    Remarks

    User with a Delete Entity permission can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    MoveFolderToBinAsync(String, System.Threading.CancellationToken)

    Move specified folder to recycle bin

    Declaration
    public virtual async System.Threading.Tasks.Task MoveFolderToBinAsync(string id, System.Threading.CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.String id

    folder id

    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Type Description
    System.Threading.Tasks.Task

    Folder succesfully deleted

    Remarks

    User with a Delete Entity permission can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    PostFolder(String, ExportFolderCreateVM)

    Create folder

    Declaration
    public virtual FileVM PostFolder(string id, ExportFolderCreateVM body = null)
    Parameters
    Type Name Description
    System.String id

    Identifier of parent folder id

    ExportFolderCreateVM body

    create VM

    Returns
    Type Description
    FileVM

    New folder has been created)

    Remarks

    User with a Create Entity permisison can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    PostFolderAsync(String, ExportFolderCreateVM, System.Threading.CancellationToken)

    Create folder

    Declaration
    public virtual async System.Threading.Tasks.Task<FileVM> PostFolderAsync(string id, ExportFolderCreateVM body = null, System.Threading.CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.String id

    Identifier of parent folder id

    ExportFolderCreateVM body

    create VM

    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Type Description
    System.Threading.Tasks.Task<FileVM>

    New folder has been created)

    Remarks

    User with a Create Entity permisison can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    ReadObjectResponseAsync<T>(System.Net.Http.HttpResponseMessage, System.Collections.Generic.IReadOnlyDictionary<String, System.Collections.Generic.IEnumerable<String>>, System.Threading.CancellationToken)

    Declaration
    protected virtual async System.Threading.Tasks.Task<ExportFoldersClient.ObjectResponseResult<T>> ReadObjectResponseAsync<T>(System.Net.Http.HttpResponseMessage response, System.Collections.Generic.IReadOnlyDictionary<string, System.Collections.Generic.IEnumerable<string>> headers, System.Threading.CancellationToken cancellationToken)
    Parameters
    Type Name Description
    System.Net.Http.HttpResponseMessage response
    System.Collections.Generic.IReadOnlyDictionary<System.String, System.Collections.Generic.IEnumerable<System.String>> headers
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task<ExportFoldersClient.ObjectResponseResult<T>>
    Type Parameters
    Name Description
    T

    RecoverFolder(String, String)

    Recover specified folder

    Declaration
    public virtual void RecoverFolder(string id, string recoveryPath = null)
    Parameters
    Type Name Description
    System.String id

    folder id

    System.String recoveryPath
    Remarks

    User with a Delete Entity permission can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    RecoverFolderAsync(String, String, System.Threading.CancellationToken)

    Recover specified folder

    Declaration
    public virtual async System.Threading.Tasks.Task RecoverFolderAsync(string id, string recoveryPath = null, System.Threading.CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.String id

    folder id

    System.String recoveryPath
    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Type Description
    System.Threading.Tasks.Task

    Folder succesfully restored from bin

    Remarks

    User with a Delete Entity permission can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    RenameFolder(String, FolderRenameVM)

    Rename a folder

    Declaration
    public virtual FileVM RenameFolder(string id, FolderRenameVM body = null)
    Parameters
    Type Name Description
    System.String id
    FolderRenameVM body
    Returns
    Type Description
    FileVM

    Folder name has been updated

    Remarks

    User with a Update Name permision can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    RenameFolderAsync(String, FolderRenameVM, System.Threading.CancellationToken)

    Rename a folder

    Declaration
    public virtual async System.Threading.Tasks.Task<FileVM> RenameFolderAsync(string id, FolderRenameVM body = null, System.Threading.CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.String id
    FolderRenameVM body
    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Type Description
    System.Threading.Tasks.Task<FileVM>

    Folder name has been updated

    Remarks

    User with a Update Name permision can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    UpdateIcon(String, FolderIconVM)

    Update a folder's icon

    Declaration
    public virtual FileVM UpdateIcon(string id, FolderIconVM body = null)
    Parameters
    Type Name Description
    System.String id

    Identifier of folder

    FolderIconVM body

    Update icon model

    Returns
    Type Description
    FileVM

    Folder's icon has been updated

    Remarks

    User with a Update Icon permission can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    UpdateIconAsync(String, FolderIconVM, System.Threading.CancellationToken)

    Update a folder's icon

    Declaration
    public virtual async System.Threading.Tasks.Task<FileVM> UpdateIconAsync(string id, FolderIconVM body = null, System.Threading.CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.String id

    Identifier of folder

    FolderIconVM body

    Update icon model

    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Type Description
    System.Threading.Tasks.Task<FileVM>

    Folder's icon has been updated

    Remarks

    User with a Update Icon permission can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    UpdatePermissions(String, UpdateFilePermissionsVM)

    Update permissions

    Declaration
    public virtual void UpdatePermissions(string id, UpdateFilePermissionsVM body = null)
    Parameters
    Type Name Description
    System.String id
    UpdateFilePermissionsVM body
    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    UpdatePermissionsAsync(String, UpdateFilePermissionsVM, System.Threading.CancellationToken)

    Update permissions

    Declaration
    public virtual async System.Threading.Tasks.Task UpdatePermissionsAsync(string id, UpdateFilePermissionsVM body = null, System.Threading.CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.String id
    UpdateFilePermissionsVM body
    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Type Description
    System.Threading.Tasks.Task

    Folder's permissions has been updated

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    UpdateTags(String, FolderTagsUpdateVM)

    Update tags

    Declaration
    public virtual FileVM UpdateTags(string id, FolderTagsUpdateVM body = null)
    Parameters
    Type Name Description
    System.String id
    FolderTagsUpdateVM body
    Returns
    Type Description
    FileVM

    Tags has been updated

    Remarks

    User with a Update Tags permission can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    UpdateTagsAsync(String, FolderTagsUpdateVM, System.Threading.CancellationToken)

    Update tags

    Declaration
    public virtual async System.Threading.Tasks.Task<FileVM> UpdateTagsAsync(string id, FolderTagsUpdateVM body = null, System.Threading.CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.String id
    FolderTagsUpdateVM body
    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Type Description
    System.Threading.Tasks.Task<FileVM>

    Tags has been updated

    Remarks

    User with a Update Tags permission can access this method.

    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    Implements

    IExportFoldersClient
    Back to top 2025.2.5 © 1998-2025 Copyright Fast Reports Inc.