Creates the property data object from the given typename and assebly, if the type is not found in the assembly fallback on
a type matching the typeName in any loaded assembly.
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public static PropertyData CreatePropertyDataObject( string assemblyName, string typeName ) |
Parameters
- assemblyName
- Type: System..::.String
Name of the assembly.
- typeName
- Type: System..::.String
Name of the type.