Search Results for

    Show / Hide Table of Contents

    Item property

    Name

    Sdl.MultiTerm.TMO.Interop.EntryClassesPermissions.Item — Refers to a specific entry class.

    Type

    Sdl.MultiTerm.TMO.Interop.EntryClassPermissions (read)

    Index Parameters

    • Index (Variant)

    Description

    Sample

    //select termbase
    Termbase oTb = oTbs["Termbase name"];
    
    //retrieve the termbase access permissions of the currently logged-in user
    TermbaseAccessPermissions oPermissions = oTb.AccessPermissions;
    EntryClassesPermissions oClasses = oPermissions.EntryClasses;
    
    //select the first accessible entry class
    EntryClassPermissions oClass = oClasses[0];
    Debug.WriteLine(oClass.Name);
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX