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


In This Topic
    FileNamePrefix Property
    In This Topic
    The prefix used for the temporary file names.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute("Nevron_")>
    Public Property FileNamePrefix As System.String
    'Usage
     
    
    Dim instance As NTemporaryFileSettings
    Dim value As System.String
     
    instance.FileNamePrefix = value
     
    value = instance.FileNamePrefix
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue("Nevron_")]
    public System.string FileNamePrefix {get; set;}
    Remarks
    When the control generates temporary files on the server it appends the prefix before the unique GUID string. The default value of this property is \�Nevron_\�.
    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