OrganizationServiceContextExtensions.RetrieveFilteredForms Method (OrganizationServiceContext, String, OptionSetValue, Guid)
Applies To: Dynamics CRM 2015
Retrieves the system forms for the specified user. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Messages
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public static EntityReferenceCollection RetrieveFilteredForms(
this OrganizationServiceContext context,
string entityLogicalName,
OptionSetValue formType,
Guid systemUserId
)
public:
[ExtensionAttribute]
static EntityReferenceCollection^ RetrieveFilteredForms(
OrganizationServiceContext^ context,
String^ entityLogicalName,
OptionSetValue^ formType,
Guid systemUserId
)
static member RetrieveFilteredForms :
context:OrganizationServiceContext *
entityLogicalName:string *
formType:OptionSetValue *
systemUserId:Guid -> EntityReferenceCollection
<ExtensionAttribute>
Public Shared Function RetrieveFilteredForms (
context As OrganizationServiceContext,
entityLogicalName As String,
formType As OptionSetValue,
systemUserId As Guid
) As EntityReferenceCollection
Parameters
context
Type: Microsoft.Xrm.Sdk.Client.OrganizationServiceContextThe organization service context.
- entityLogicalName
Type: System.String
- formType
Type: Microsoft.Xrm.Sdk.OptionSetValue
- systemUserId
Type: System.Guid
Return Value
Type: Microsoft.Xrm.Sdk.EntityReferenceCollection
Returns EntityReferenceCollection.
Remarks
This is a method wrapper for the RetrieveFilteredFormsRequest and RetrieveFilteredFormsResponse classes. See the documentation in the Request class for more information about this message.
See Also
OrganizationServiceContextExtensions Class
Microsoft.Xrm.Client.Messages Namespace
Developer extensions for Microsoft Dynamics CRM 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright