コード例 #1
0
ファイル: iFolders.aspx.cs プロジェクト: lulzzz/simias
 /// <summary>
 /// Returns the checked state for the specified member.
 /// </summary>
 /// <param name="id">ID of the ifolder</param>
 /// <returns>True if ifolder is checked.</returns>
 protected bool GetMemberCheckedState(Object id)
 {
     return(CheckediFolders.ContainsKey(id) ? true : false);
 }