Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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