Creates a new instance of this collection class.
This list will not exist on the server until its associated
(independently persistable) object has been saved with this new list.
Namespace:
FileNet.Api.Core
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function CreateList As ICmLocalGroupMemberList |
| C# |
|---|
public static ICmLocalGroupMemberList CreateList() |
| Visual C++ |
|---|
public: static ICmLocalGroupMemberList^ CreateList() |
| JavaScript |
|---|
FileNet.Api.Core.CmLocalGroupMember.createList = function(); |