ActivityTemplatesCollection.Create Method
Creates a new ActivityTemplate object in this collection and returns it.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Function Create ( _
isMultivalued As Boolean _
) As ActivityTemplate
'Usage
Dim instance As ActivityTemplatesCollection
Dim isMultivalued As Boolean
Dim returnValue As ActivityTemplate
returnValue = instance.Create(isMultivalued)
public ActivityTemplate Create(
bool isMultivalued
)
Parameters
isMultivalued
Type: System.BooleanA value indicating whether the ActivityTemplate defines the display for multiple values.
Return Value
Type: Microsoft.Office.Server.ActivityFeed.ActivityTemplate
See Also
Reference
ActivityTemplatesCollection Class