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.
Provides the URL of the editing properties for any required fields that are missing.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function GetEditPropertiesURLIfAnyMissingRequiredFields ( _
isUpload As Boolean _
) As String
'Usage
Dim isUpload As Boolean
Dim returnValue As String
returnValue = SPPageStateControl.GetEditPropertiesURLIfAnyMissingRequiredFields(isUpload)
public static string GetEditPropertiesURLIfAnyMissingRequiredFields(
bool isUpload
)
Parameters
isUpload
Type: System.Booleantrue to upload; otherwise false.
Return value
Type: System.String
The URL of the editing properties.