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.CoreAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
<ObsoleteAttribute("As of release 5.0.0.")> _ Public Shared Function CreateList As IPropertyDefinitionStringList |
C# |
---|
[ObsoleteAttribute("As of release 5.0.0.")] public static IPropertyDefinitionStringList CreateList() |
Visual C++ |
---|
[ObsoleteAttribute(L"As of release 5.0.0.")] public: static IPropertyDefinitionStringList^ CreateList() |
JavaScript |
---|
FileNet.Api.Core.PropertyDefinitionString.createList = function(); |