====== ThinkGeo.MapSuite.Portable.PortableDirectory ====== {{section>upgrade_map_suite_to_10.0}} ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.Portable.PortableDirectory** ===== Members Summary ===== ==== Public Constructors ==== ==== Protected Constructors ==== ** {{wiki:ProtectedMethod.gif|}} PortableDirectory() ** * //N/A// == Remarks == * //N/A// == Parameters ==
==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
==== Protected Methods ==== ** {{wiki:ProtectedMethod.gif|}} GetFiles(String,String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String[] * Description:N/A == Parameters == * //path// * Type:String * Description:N/A * //searchPattern// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetFilesCore(String,String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String[] * Description:N/A == Parameters == * //path// * Type:String * Description:N/A * //searchPattern// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetDirectories(String,String,SearchOption) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String[] * Description:N/A == Parameters == * //path// * Type:String * Description:N/A * //searchPattern// * Type:String * Description:N/A * //searchOption// * Type:SearchOption * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetDirectoriesCore(String,String,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String[] * Description:N/A == Parameters == * //path// * Type:String * Description:N/A * //searchPattern// * Type:String * Description:N/A * //searchOption// * Type:Int32 * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetFiles(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String[] * Description:N/A == Parameters == * //path// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetFilesCore(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String[] * Description:N/A == Parameters == * //path// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} Exists(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //path// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ExistsCore(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //path// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} CreateDirectory(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //directory// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} CreateDirectoryCore(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //directory// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} Delete(String,Boolean) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //path// * Type:String * Description:N/A * //recursive// * Type:Boolean * Description:N/A
** {{wiki:ProtectedMethod.gif|}} DeleteCore(String,Boolean) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //path// * Type:String * Description:N/A * //recursive// * Type:Boolean * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetFiles(String,String,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String[] * Description:N/A == Parameters == * //path// * Type:String * Description:N/A * //searchPattern// * Type:String * Description:N/A * //searchOption// * Type:Int32 * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetFilesCore(String,String,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String[] * Description:N/A == Parameters == * //path// * Type:String * Description:N/A * //searchPattern// * Type:String * Description:N/A * //searchOption// * Type:Int32 * Description:N/A
** {{wiki:ProtectedMethod.gif|}} Delete(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //path// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} DeleteCore(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //path// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ==== Protected Properties ==== ==== Public Events ====