Method | Description | |
---|---|---|
CreatTree ( |
|
|
SetComboBoxValue ( System cobbox, string dataType, int selectedIndex ) : void | ||
getDataTableBySql ( String fields, string where, string tableName ) : |
||
getDocFileDir ( ) : |
|
|
getDocFileDir ( System.Boolean bl ) : |
|
|
getDocFileList ( ) : |
返回所有文件清单,不管是否删除
|
|
getDocFileList ( System.Boolean bl ) : |
返回指定删除标识的文件清单列表,true:delflag为N,false:delfalg为Y
|
|
getDocumentAllPathByFileID ( string fileid ) : string | ||
getDocumentAllPathByPathID ( string pathid ) : string |
|
|
getNewVer ( string prefix ) : string | ||
getTreeViewByDocFileList ( |
|
|
getTreeViewByPathDir ( |
||
isHasAuth ( |
给定需要判定的权限类型,用户账号key,文件key值,获取对应权限
|
Method | Description | |
---|---|---|
CreatTreeDir ( |
|
|
IsTrueFolderAuth ( string queryAuthFields, string folderKey, string userKey ) : System.Boolean |
针对文件夹的权限进行判定
|
|
getFileFolder ( string fileKey ) : |
文件归属文件夹
|
|
getFilePath ( string pathParentID ) : void |
递归出路径的子路径
|
|
getSingleUserFileAuth ( string userKey, string fileKey, string queryAuthFields ) : |
判定单用户对单文件的访问权限
|
|
getUserFileFolderAuth ( string queryAuthFields, string fileFolderKey, string userKey ) : |
单用户对给定文件夹的权限判定
|
|
getUserRoleByAccount ( string userAccount ) : |
用户账号归属群组
|
|
getUserRolesFileAuth ( List |
用户归属多角色对给定文件的权限判定
|
|
getUserRolesFileFolderAuth ( List |
给定用户归属的多群组角色对给定文件的文件夹的权限判定
|
|
isTrue ( string strAuthType, string userAccount, string fileKey ) : System.Boolean |
给定需要判定的权限类型,用户账号key,文件key值,获取对应权限
|
|
listFileTree ( |
|
public CreatTree ( |
||
Nds | ||
parentID | string | |
dt | ||
return | void |
public SetComboBoxValue ( System cobbox, string dataType, int selectedIndex ) : void | ||
cobbox | System | |
dataType | string | |
selectedIndex | int | |
return | void |
public getDataTableBySql ( String fields, string where, string tableName ) : |
||
fields | String | |
where | string | |
tableName | string | |
return |
public getDocFileDir ( System.Boolean bl ) : |
||
bl | System.Boolean | |
return |
public getDocFileList ( System.Boolean bl ) : |
||
bl | System.Boolean | true为只会返回删除标识为N的文件列表清单,false返回删除标识为Y的文件列表清单 |
return |
public getDocumentAllPathByFileID ( string fileid ) : string | ||
fileid | string | |
return | string |
public getDocumentAllPathByPathID ( string pathid ) : string | ||
pathid | string | |
return | string |
public getTreeViewByDocFileList ( |
||
tv | ||
dtDocList | ||
return | void |
public getTreeViewByPathDir ( |
||
treeview | ||
return | void |
public isHasAuth ( |
||
authType | 查询的权限参数,查看,编辑 | |
userAccount | string | 用户账户(KEY值) |
fileKey | string | 文件key值 |
return | System.Boolean |