Function GetListCacheKey

  • Returns cache identifier for a list of Custom Forms by Entity Type ID. Example: { const api: BruceApi.Api = ...; const key = GetListCacheKey("123"); api.Cache.Remove(key); }

    Parameters

    • typeId: string

    Returns string

Generated using TypeDoc