SPMobileFileField.FileField Property

Gets the field that the SPMobileFileField control is rendering.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

Public ReadOnly Property FileField As SPFieldFile
    Get

Dim instance As SPMobileFileField
Dim value As SPFieldFile

value = instance.FileField
public SPFieldFile FileField { get; }

Property Value

Type: Microsoft.SharePoint.SPFieldFile
An SPFieldFile that represents the field that is being rendered.

Remarks

Calling code should use this property rather than the inherited Field because the cast from SPField to SPFieldFile is already done.

See Also

Reference

SPMobileFileField Class

SPMobileFileField Members

Microsoft.SharePoint.MobileControls Namespace