[This is preliminary documentation and is subject to change.]
The ItemInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ItemInfo |
default constructor
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Active |
True if the extranet item is active
| |
| AdminControlLocation |
The location from where the admin control is picked up
| |
| AppId |
The unique id of the application
| |
| AppName |
the name of the application
| |
| CreatedDate |
The date when the item is created
| |
| ExternalUrl |
The url with which the extranet user will have access to the extranet
| |
| FeatureId |
The unique id of the feature
| |
| FeatureName |
the name of the feature
| |
| ItemDetailXml | ||
| ItemId |
The unique id of the item
| |
| ItemName |
the name of the item
| |
| Permissions |
The permission matrix of the extranet item
| |
| Restrictions |
the restrictions on the extranet item
| |
| Show |
True if the item is shown to the extranet user on the extranet screen
| |
| UserControlLocation |
The location from where the admin control is picked up
| |
| UserId |
The id of the user that created the item
| |
| UserName |
The name of the user that created the item
|
