PluginAssembly
This is a table representing the PluginAssembly entities in Dynamics CRM.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Unique identifier of the plug-in assembly. |
| ComponentState | String | True |
For internal use only. |
| Content | String | False |
Bytes of the assembly, in Base64 format. |
| CreatedBy_Id | String | True |
Unique identifier of the user who created the plug-in assembly. |
| CreatedBy_LogicalName | String | True | |
| CreatedBy_Name | String | True | |
| CreatedOn | Datetime | True |
Date and time when the plug-in assembly was created. |
| CreatedOnBehalfBy_Id | String | True |
Unique identifier of the delegate user who created the plug-in assembly. |
| CreatedOnBehalfBy_LogicalName | String | True | |
| CreatedOnBehalfBy_Name | String | True | |
| Culture | String | False |
Culture code for the plug-in assembly. |
| CustomizationLevel | Integer | True |
Customization Level. |
| Description | String | False |
Description of the plug-in assembly. |
| IsManaged | Boolean | True |
Information that specifies whether this component is managed. |
| IsolationMode | String | False |
Information about how the plug-in assembly is to be isolated at execution time; None / Sandboxed. |
| Major | Integer | True |
Major of the assembly version. |
| Minor | Integer | True |
Minor of the assembly version. |
| ModifiedBy_Id | String | True |
Unique identifier of the user who last modified the plug-in assembly. |
| ModifiedBy_LogicalName | String | True | |
| ModifiedBy_Name | String | True | |
| ModifiedOn | Datetime | True |
Date and time when the plug-in assembly was last modified. |
| ModifiedOnBehalfBy_Id | String | True |
Unique identifier of the delegate user who last modified the plug-in assembly. |
| ModifiedOnBehalfBy_LogicalName | String | True | |
| ModifiedOnBehalfBy_Name | String | True | |
| Name | String | False |
Name of the plug-in assembly. |
| OrganizationId_Id | String | True |
Unique identifier of the organization with which the plug-in assembly is associated. |
| OrganizationId_LogicalName | String | True | |
| OrganizationId_Name | String | True | |
| OverwriteTime | Datetime | True |
For internal use only. |
| Path | String | False |
File name of the plug-in assembly. Used when the source type is set to 1. |
| PluginAssemblyId | String | False |
Unique identifier of the plug-in assembly. |
| PluginAssemblyIdUnique | String | True |
Unique identifier of the plug-in assembly. |
| PublicKeyToken | String | False |
Public key token of the assembly. This value can be obtained from the assembly by using reflection. |
| SolutionId | String | True |
Unique identifier of the associated solution. |
| SourceHash | String | False |
Hash of the source of the assembly. |
| SourceType | String | False |
Location of the assembly, for example 0=database, 1=on-disk. |
| Version | String | False |
Version number of the assembly. The value can be obtained from the assembly through reflection. |