This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Class that is used to indicate which type of the assembly is the IInstanceCreator

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
[(.Assembly, AllowMultiple = false)]
public class InstanceCreatorAttribute : 
Visual Basic (Declaration)Copy imageCopy Code
<(.Assembly, AllowMultiple := False)> _
Public Class InstanceCreatorAttribute _
	Inherits 

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    Smartsite.Base..::..InstanceCreatorAttribute

See Also

Advanced