UserProfileHelper.GetUserProfileDateNoYear Method
Namespace: Microsoft.Office.Workflow.Actions
Assembly: Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)
Syntax
'Declaration
Public Shared Function GetUserProfileDateNoYear ( _
context As WorkflowContext, _
schemaName As String, _
propertyName As String, _
user As String _
) As String
'Usage
Dim context As WorkflowContext
Dim schemaName As String
Dim propertyName As String
Dim user As String
Dim returnValue As String
returnValue = UserProfileHelper.GetUserProfileDateNoYear(context, _
schemaName, propertyName, user)
public static string GetUserProfileDateNoYear(
WorkflowContext context,
string schemaName,
string propertyName,
string user
)
Parameters
- context
Type: Microsoft.SharePoint.WorkflowActions.WorkflowContext
- schemaName
Type: System.String
- propertyName
Type: System.String
- user
Type: System.String
Return Value
Type: System.String