adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / CreateCustomObject Method
The ExtensionID of the desired custom object type.


In This Topic
    CreateCustomObject Method
    In This Topic
    Creates an instance of the custom object with the specified typeID.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public Function CreateCustomObject( _
       ByVal extensionID As String _
    ) As ICustomObjectSettings
    [NotNull()]
    public ICustomObjectSettings CreateCustomObject( 
       string extensionID
    )
    [NotNull()]
    public:
    ICustomObjectSettings^ CreateCustomObject( 
       String^ extensionID
    ) 

    Parameters

    extensionID
    The ExtensionID of the desired custom object type.

    Return Value

    An instance of the requested custom object type.
    Exceptions
    ExceptionDescription
    Thrown if the requested extension type is not registered on the client computer.
    See Also