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


In This Topic
    EnableAutoDelete Property
    In This Topic
    Instructs the control to check for and delete expired files.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property EnableAutoDelete As System.Boolean
    'Usage
     
    
    Dim instance As NTemporaryFileSettings
    Dim value As System.Boolean
     
    instance.EnableAutoDelete = value
     
    value = instance.EnableAutoDelete
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(true)]
    public System.bool EnableAutoDelete {get; set;}
    Remarks
    A file is considered expired if [current time] - [file creation time] > [expire span].
    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