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


In This Topic
    MaxTempFilesCount Property
    In This Topic
    The maximum number of files in the temporary directory.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(1024)>
    Public Property MaxTempFilesCount As System.Integer
    'Usage
     
    
    Dim instance As NTemporaryFileSettings
    Dim value As System.Integer
     
    instance.MaxTempFilesCount = value
     
    value = instance.MaxTempFilesCount
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(1024)]
    public System.int MaxTempFilesCount {get; set;}
    Remarks
    When EnableAutoDelete is set to true the control will ensure that the number of files in the temporary directory does not exceed the MaxTempFilesCount property. The default value is 100.
    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