[This is preliminary documentation and is subject to change.]
constructor
Namespace:
OfficeClip.BusinessLayer.Extranet.UserAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public ApplicationLink( int itemId, string itemName, ApplicationLinksCollection parentCollection ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ itemId As Integer, _ itemName As String, _ parentCollection As ApplicationLinksCollection _ ) |
Visual C++ |
---|
public: ApplicationLink( int itemId, String^ itemName, ApplicationLinksCollection^ parentCollection ) |
Parameters
- itemId
- Type: System..::.Int32
The unique id of the item
- itemName
- Type: System..::.String
the name of the item
- parentCollection
- Type: OfficeClip.BusinessLayer.Extranet.User..::.ApplicationLinksCollection
Reference to parent collection containing this Application Link. Used to access the Group ID of the collection.