Intersoft WebGrid Documentation
DisableFileSystemChecking Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGrid Class : DisableFileSystemChecking Property






Specifies whether file system constraint checking should be disabled. This is an advanced setting, please consider to use this option carefully.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies whether file system constraint checking should be disabled. This is an advanced setting, please consider to use this option carefully.")>
<CategoryAttribute("Web Resources")>
Public Property DisableFileSystemChecking As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim value As Boolean
 
instance.DisableFileSystemChecking = value
 
value = instance.DisableFileSystemChecking
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether file system constraint checking should be disabled. This is an advanced setting, please consider to use this option carefully.")]
[CategoryAttribute("Web Resources")]
public bool DisableFileSystemChecking {get; set;}
Delphi 
public read-write property DisableFileSystemChecking: Boolean; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
DefaultValueAttribute()
DescriptionAttribute("Specifies whether file system constraint checking should be disabled. This is an advanced setting, please consider to use this option carefully.")
CategoryAttribute("Web Resources")
public function get,set DisableFileSystemChecking : boolean
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether file system constraint checking should be disabled. This is an advanced setting, please consider to use this option carefully.")]
[CategoryAttribute("Web Resources")]
public: __property bool get_DisableFileSystemChecking();
public: __property void set_DisableFileSystemChecking( 
   bool value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies whether file system constraint checking should be disabled. This is an advanced setting, please consider to use this option carefully.")]
[CategoryAttribute("Web Resources")]
public:
property bool DisableFileSystemChecking {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.