IdentifierCollection.Create method
Creates a new Identifier.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function Create ( _
name As String, _
isCached As Boolean, _
typeName As String _
) As Identifier
'Usage
Dim instance As IdentifierCollection
Dim name As String
Dim isCached As Boolean
Dim typeName As String
Dim returnValue As Identifier
returnValue = instance.Create(name, isCached, _
typeName)
public Identifier Create(
string name,
bool isCached,
string typeName
)
Parameters
name
Type: System.StringThe name of the Identifier to create.
isCached
Type: System.Booleantrue if the Identifier is to be cached; otherwise, false.
typeName
Type: System.StringThe type of the Identifier.
Return value
Type: Microsoft.SharePoint.BusinessData.Administration.Identifier
The new Identifier.