ExemptUserAgentCollection Members
Include Protected Members
Include Inherited Members
A collection of user agents that can receive InfoPath files from InfoPath Forms Services instead of Web pages.
The ExemptUserAgentCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | (Inherited from SPPersistedObjectCollection<ExemptUserAgent>.) | |
IsEmpty | (Inherited from SPPersistedObjectCollection<ExemptUserAgent>.) | |
Item[Guid] | (Inherited from SPPersistedObjectCollection<ExemptUserAgent>.) | |
Item[String] | Gets an ExemptUserAgent object from the collection. (Overrides SPPersistedObjectCollection<T>.Item[String].) | |
Parent | (Inherited from SPPersistedObjectCollection<ExemptUserAgent>.) |
Top
Methods
Name | Description | |
---|---|---|
Add(String) | Adds an ExemptUserAgent object to the ExemptUserAgentCollection collection. | |
Add(T) | (Inherited from SPPersistedChildCollection<ExemptUserAgent>.) | |
Ensure | (Inherited from SPPersistedChildCollection<ExemptUserAgent>.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from SPPersistedObjectCollection<ExemptUserAgent>.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetValue<U>() | (Inherited from SPPersistedObjectCollection<ExemptUserAgent>.) | |
GetValue<U>(String) | (Inherited from SPPersistedObjectCollection<ExemptUserAgent>.) | |
GetValue<U>(Guid) | (Inherited from SPPersistedObjectCollection<ExemptUserAgent>.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove(Guid) | (Inherited from SPPersistedChildCollection<ExemptUserAgent>.) | |
Remove(String) | Removes a user agent from the ExemptUserAgentCollection collection. | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | (Inherited from SPPersistedObjectCollection<ExemptUserAgent>.) |
Top