Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NTemporaryFileSettings Class
Fields Properties Methods


In This Topic
    NTemporaryFileSettings Class Members
    In This Topic

    The following tables list the members exposed by NTemporaryFileSettings.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyInstructs the control to check for and delete expired files.  
    Public PropertyThe time span after which a temporary file is considered expired.  
    Public PropertyThe time span after which a temporary file is considered expired, formatted for XML. See ExpireSpan  
    Public PropertyThe prefix used for the temporary file names.  
    Public PropertyThe maximum temporary directory size in KB.  
    Public PropertyThe maximum number of files in the temporary directory.  
    Public PropertyReturns the full path to the root web server directory on the server.  
    Public PropertyReturns the full path to the temp directory on the server.  
    Public PropertyGets/sets the virtual path to the temp directory on the server.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an exact replica of this node (Inherited from Nevron.UI.WebForm.Controls.NConfigurationNode)
    Public Method (Inherited from Nevron.UI.WebForm.Controls.NConfigurationNode)
    Public MethodGenerates a temporary file name.  
    Public MethodReturns the full physsical path on the server for the specified fileName.  
    Public MethodReturns the full virtual path fro the specified fileName.  
    Public MethodReturns the relative file name from the physical file name.  
    Public Method (Inherited from Nevron.UI.WebForm.Controls.NConfigurationNode)
    Public MethodRemoves all expired temporary files.  
    Public Method (Inherited from Nevron.UI.WebForm.Controls.NConfigurationNode)
    Top
    See Also