adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ScriptLibrary Class / DependsOnLibrary(OID) Method
The OID of the library to check for.


In This Topic
    DependsOnLibrary(OID) Method
    In This Topic
    Indicates whether the ScriptLibrary, or any of the libraries it references, has a reference to a given ScriptLibrary.
    Syntax
    'Declaration
     
    
    Public Function DependsOnLibrary( _
       ByVal libraryOID As OID _
    ) As Boolean
    public bool DependsOnLibrary( 
       OID libraryOID
    )
    public:
    bool DependsOnLibrary( 
       OID^ libraryOID
    ) 

    Parameters

    libraryOID
    The OID of the library to check for.

    Return Value

    True if this library or any of its IncludeLibraries (or their dependencies) reference the given library, False otherwise.
    Remarks
    This method is used to detect circular library references
    See Also