SPPrincipal members
Include protected members
Include inherited members
代表使用者或群組,可指定在Microsoft SharePoint Foundation中的使用權限,來控制安全性。
The SPPrincipal type exposes the following members.
Properties
Name | Description | |
---|---|---|
ID | 取得主體的識別項 (ID)。 (Overrides SPMember.ID.) | |
IsHiddenInUI | 取得值,這個值,指出是否應該在 UI 中隱藏這個成員。 | |
LoginName | 實作這個抽象屬性,以取得字串,包含使用者的登入名稱。 | |
Name | 取得或設定主體的名稱。 | |
ParentWeb | 取得主體中的父網站之內。 | |
Roles | Obsolete. 取得與主體關聯的角色集合。 |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetField | 保留給內部使用。 | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
InitMember | 初始化成員。 | |
MemberwiseClone | (Inherited from Object.) | |
SetField | 設定使用者或群組的欄位。 | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
m_arrMembersData | 將成員資料儲存為二維陣列。 | |
m_bDataInitialized | 包含布林值,指出資料是否已初始化。 | |
m_index | 包含到m_arrMembersData的陣列的索引,目前的成員。 | |
m_web | 儲存 Web 站台物件。 |
Top