Share via


IEntryBucket.TryCreateStringContent(String) Method

Definition

Get the String used to display the group.

public:
 bool TryCreateStringContent([Runtime::InteropServices::Out] System::String ^ % content);
public bool TryCreateStringContent (out string content);
abstract member TryCreateStringContent : string -> bool
Public Function TryCreateStringContent (ByRef content As String) As Boolean

Parameters

content
String

The String to display the group.

Returns

true if the group should be displayed using String.

Applies to