Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NTemporaryFileSettings Class / MaxTempDirectorySize Property


In This Topic
    MaxTempDirectorySize Property
    In This Topic
    The maximum temporary directory size in KB.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(32768)>
    Public Property MaxTempDirectorySize As System.Integer
    'Usage
     
    
    Dim instance As NTemporaryFileSettings
    Dim value As System.Integer
     
    instance.MaxTempDirectorySize = value
     
    value = instance.MaxTempDirectorySize
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(32768)]
    public System.int MaxTempDirectorySize {get; set;}
    Remarks
    When EnableAutoDelete is set to true the control will ensure that the size of temporary directory in KB does not exceed the MaxTempDirectorySize property. The default value is 2048.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also