SPPolicyRoleCollection members
Include protected members
Include inherited members
代表SPPolicyRole物件的集合。
The SPPolicyRoleCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPPolicyRoleCollection | 保留給內部使用。 |
Top
Properties
Name | Description | |
---|---|---|
Count | 取得集合中的數個原則。 | |
Item[Int32] | 取得集合中的指定索引處的原則角色物件。 | |
Item[String] | 集合中取得具有指定名稱的原則角色物件。 | |
UpgradedPersistedProperties | 取得已刪除或變更的欄位的欄位名稱和值集合。 (Inherited from SPAutoSerializingObject.) | |
Xml | 取得原則角色集合的 XML 形式。 |
Top
Methods
Name | Description | |
---|---|---|
Add(String, String) | 將原則角色新增至指定的原則角色名稱與描述為基礎的集合。 | |
Add(String, String, SPBasePermissions, SPBasePermissions) | 會新增至集合的原則角色根據指定的原則角色名稱、 描述、 授與權限,並拒絕權限。 | |
Delete(Int32) | 會刪除集合中的指定索引處的原則角色。 | |
Delete(String) | 會刪除具有指定名稱的原則角色。 | |
DeleteById | 會刪除具有指定之 ID 的原則角色 | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetById | 從集合中傳回與指定 GUID 的原則角色。 | |
GetEnumerator | 會傳回來逐一查看集合的列舉值。 | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | 取得序列的物件的狀態。 (Inherited from SPAutoSerializingObject.) | |
GetSpecialRole | 會傳回指定之的原則的角色類型為基礎的預設原則角色。 | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | 物件已經從檔案系統快取或資料庫還原序列化之後呼叫。 (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | 會包含SPPersistedObject,若有的話,來更新其狀態。 (Inherited from SPAutoSerializingObject.) |
Top