Share via


Entity.EntityToString method

Returns the name of the entity as a string.

Namespace:  Microsoft.Office.Server.ActivityFeed
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Function EntityToString ( _
    ct As ContentType, _
    ci As CultureInfo _
) As String
'Usage
Dim instance As Entity
Dim ct As ContentType
Dim ci As CultureInfo
Dim returnValue As String

returnValue = instance.EntityToString(ct, _
    ci)
public string EntityToString(
    ContentType ct,
    CultureInfo ci
)

Parameters

Return value

Type: System.String

See also

Reference

Entity class

Entity members

Microsoft.Office.Server.ActivityFeed namespace