ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FileManager Class / InitPath Property






In This Topic
    InitPath Property (FileManager)
    In This Topic
    Initial path of cloud. (obsolete) please use Root Folder and Container Name (of Azure) instead.
    Syntax
    'Declaration
     
    
    <System.ObsoleteAttribute("please use RootFolder and ContainerName (of Azure, OneDrive) instead.")>
    Public Property InitPath As System.String
    'Usage
     
    
    Dim instance As FileManager
    Dim value As System.String
     
    instance.InitPath = value
     
    value = instance.InitPath
    [System.Obsolete("please use RootFolder and ContainerName (of Azure, OneDrive) instead.")]
    public System.string InitPath {get; set;}
    public read-write property InitPath: System.String; 
    System.ObsoleteAttribute("please use RootFolder and ContainerName (of Azure, OneDrive) instead.")
    public function get,set InitPath : System.String
    [System.Obsolete("please use RootFolder and ContainerName (of Azure, OneDrive) instead.")]
    public: __property System.string* get_InitPath();
    public: __property void set_InitPath( 
       System.string* value
    );
    [System.Obsolete("please use RootFolder and ContainerName (of Azure, OneDrive) instead.")]
    public:
    property System.String^ InitPath {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also