Search Results for

    Show / Hide Table of Contents

    EntryLevelRead property

    Name

    Sdl.MultiTerm.TMO.Interop.TermbaseAccessPermissions.EntryLevelRead — Returns true if the currently logged-in user has read access to entry-level fields.

    Type

    Boolean (read)

    Index Parameters

    none

    Description

    Via this property you can ascertain whether the currently logged-in user has read access to entry-level descriptive fields, i.e. fields that are not associated with a particular index.

    Sample

    //select termbase
    Termbase oTb = oTbs["Termbase name"];
    
    //retrieve the termbase access permissions of the currently logged-in user
    TermbaseAccessPermissions oPermissions = oTb.AccessPermissions;
    Debug.WriteLine("User has read access to entry-level descriptive fields: " + oPermissions.EntryLevelRead);
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX