File input module

Started by VLS, Oct 15, 2022, 07:34 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

VLS

File input:

Input_File-input.png

Code (csharp) Select
        /// <summary>
        /// Gets the identifier.
        /// </summary>
        /// <value>The identifier.</value>
        public string Id => "Input_File-input";

        /// <summary>
        /// Gets the name.
        /// </summary>
        /// <value>The name.</value>
        public string Name => "File input";

        /// <summary>
        /// Gets the description.
        /// </summary>
        /// <value>The description.</value>
        public string Description => "File input with step and run.";

        /// <summary>
        /// Gets the type.
        /// </summary>
        /// <value>The type.</value>
        public string Type => "Input";

        /// <summary>
        /// Gets the version.
        /// </summary>
        /// <value>The version.</value>
        public string Version => "0.1.0";

        /// <summary>
        /// Gets the core.
        /// </summary>
        /// <value>The core.</value>
        public string Core => "0.1.0";
Email/Paypal: betselection@gmail.com

-- Victor