null value indicates the SYSTEM user and a Guid.Empty value indicates the same user as IPluginExecutionContext. UserId.// // Summary: // Interface to allow plug-ins to obtain IOrganizationService. public interface IOrganizationServiceFactory { // // Summary: // Creates an instance of IOrganizationService initialized with a given user id. // Null will use the current user id. // // Parameters: // userId: // Id of user. IOrganizationService CreateOrganizationService(Guid? userId); }

Report
All responses (
Answers (