Compartir a través de


del método ISPCache.GetTree

Devuelve una lista de objetos en caché todo bajo un objeto principal especificada y los almacena en un Listde especificado.

Espacio de nombres:  Microsoft.Office.Server.ObjectCache
Ensamblado:  Microsoft.Office.Server (en Microsoft.Office.Server.dll)

Sintaxis

'Declaración
Sub GetTree ( _
    objectTypeName As String, _
    id As String, _
    <OutAttribute> ByRef cacheObjects As List(Of SPCachedObject) _
)
'Uso
Dim instance As ISPCache
Dim objectTypeName As String
Dim id As String
Dim cacheObjects As List(Of SPCachedObject)

instance.GetTree(objectTypeName, id, cacheObjects)
void GetTree(
    string objectTypeName,
    string id,
    out List<SPCachedObject> cacheObjects
)

Parámetros

  • id
    Tipo: System.String

    Identificador único del objeto primario.

Comentarios

La propiedad ParentID especifica la relación de elementos primarios y secundarios.

Vea también

Referencia

interfaz ISPCache

Miembros ISPCache

Espacio de nombres Microsoft.Office.Server.ObjectCache