adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / CanCreateObject Method / CanCreateObject(ClassID) Method
The Class ID.


In This Topic
    CanCreateObject(ClassID) Method
    In This Topic
    Indicates whether the caller has permission to create objects of the specified class.
    Syntax
    'Declaration
     
    
    Public Overloads Function CanCreateObject( _
       ByVal cid As ClassID _
    ) As Boolean
    public bool CanCreateObject( 
       ClassID cid
    )
    public:
    bool CanCreateObject( 
       ClassID cid
    ) 

    Parameters

    cid
    The Class ID.

    Return Value

    True if the caller has permission to create objects of the class, or False otherwise.
    Remarks
    See Also