TransformableFilterValuesToFieldTransformer.IWebPartField.GetFieldValue method
Sends the ProviderFilter as the object data. The client will use**[FilterValuesPropertyDescriptor]** to read the string out of the provider filter.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private Sub GetFieldValue ( _
callback As FieldCallback _
) Implements IWebPartField.GetFieldValue
'Usage
Dim instance As TransformableFilterValuesToFieldTransformer
Dim callback As FieldCallback
CType(instance, IWebPartField).GetFieldValue(callback)
void IWebPartField.GetFieldValue(
FieldCallback callback
)
Parameters
- callback
Type: System.Web.UI.WebControls.WebParts.FieldCallback
Implements
IWebPartField.GetFieldValue(FieldCallback)
See also
Reference
TransformableFilterValuesToFieldTransformer class