HuduAPI Client HuduAPI Client
HuduAPI Client HuduAPI Client
DocFX

Search Results for

    Class CreateFolder

    Provides all the properties needed to create a new folder using the hudu endpoint api/v1/folders

    Inheritance
    System.Object
    Folder
    CreateFolder
    Implements
    IParameters
    Inherited Members
    Folder.CompanyId
    Folder.Description
    Folder.Icon
    Folder.Name
    Folder.ParentFolderId
    Namespace: HuduAPI.Endpoints.Parameters
    Assembly: HuduAPI.dll
    Syntax
    public class CreateFolder : Folder, IParameters

    Constructors

    CreateFolder(String)

    Initializes a new instance of the CreateFolder class with all requried properties.

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

    The name of the folder.

    Properties

    PayloadType

    Declaration
    public string PayloadType { get; }
    Property Value
    Type Description
    System.String

    Implements

    IParameters
    © Dracon80. All rights reserved.