SPPolicyCollection members
Include protected members
Include inherited members
代表SPPolicy物件的集合。
The SPPolicyCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPPolicyCollection | 保留給內部使用。 |
Top
Properties
Name | Description | |
---|---|---|
AnonymousPolicy | 取得或設定為匿名使用者的安全性原則。 | |
AuthenticationMode | 取得原則集合所支援的驗證模式。 | |
Count | 取得集合中的數個原則。 | |
Item[Int32] | 取得集合中的指定索引處的原則。 | |
Item[String] | 根據指定的使用者或群組名稱集合中取得的原則。 | |
UpgradedPersistedProperties | 取得已刪除或變更的欄位的欄位名稱和值集合。 (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Add | 根據指定的使用者名稱和原則顯示名稱的集合中建立的原則。 | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | 會傳回來逐一查看集合的列舉值。 | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | 取得序列的物件的狀態。 (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | 物件已經從檔案系統快取或資料庫還原序列化之後呼叫。 (Inherited from SPAutoSerializingObject.) | |
Remove(Int32) | 根據指定的集合索引集合中移除使用者或群組。 | |
Remove(String) | 根據指定的使用者或群組名稱集合中移除使用者或群組。 | |
ToString | (Inherited from Object.) | |
UpdateParent | 會包含SPPersistedObject,若有的話,來更新其狀態。 (Inherited from SPAutoSerializingObject.) |
Top