FileHelperGetFoldAll Method (String, String, String) | Helper帮助文档 |
获取指定文件夹下所有子目录及文件(下拉框形)
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string GetFoldAll( string Path, string DropName, string tplPath )
Public Shared Function GetFoldAll ( Path As String, DropName As String, tplPath As String ) As String
public: static String^ GetFoldAll( String^ Path, String^ DropName, String^ tplPath )
static member GetFoldAll : Path : string * DropName : string * tplPath : string -> string
Parameters
- Path
- Type: SystemString
详细路径 - DropName
- Type: SystemString
下拉列表名称 - tplPath
- Type: SystemString
默认选择模板名称
Return Value
Type: String[Missing <returns> documentation for "M:HD.Common.FileHelper.GetFoldAll(System.String,System.String,System.String)"]
See Also