Dynamicweb 8 Documentation
GetSummaryValue Method

Name of the field.
Gets the value of the specified field suitable for the summary.
Syntax
'Declaration
 
Protected Overrides Function GetSummaryValue( _ 
   ByVal name As String _ 
) As String
protected override string GetSummaryValue( 
   string name 
)

Parameters

name
Name of the field.

Return Value

Field value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ProductIndexEntry Class
ProductIndexEntry Members
Base Implementation in GetSummaryValue

Send Feedback