File.FlattenAttributes Method

For a particular file, 'flatten' the hierarchical attributes down to a flat list
Public Shared Function FlattenAttributes( _ 
ByVal file_id As EntityID, _ 
ByVal include_file_attribs As Boolean, _ 
ByVal db As IDatabase, _ 
ByVal cache As EntityAttributeCache
) As List(Of SourcedAttributeInfo)
This language is not supported or no code example is available.
public static List<SourcedAttributeInfo> FlattenAttributes( 
EntityID file_id
bool include_file_attribs
IDatabase db
EntityAttributeCache cache 
)
This language is not supported or no code example is available.
public:  
static List<SourcedAttributeInfo^>^ FlattenAttributes( 
EntityID^ file_id
bool include_file_attribs
IDatabase^ db
EntityAttributeCache^ cache 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

file_id
EntityID

the id of the file

include_file_attribs
bool

whether or not to include file attributes

db
IDatabase

the db connection

cache
EntityAttributeCache

Return Value

List<SourcedAttributeInfo>

the list of attribute info objects

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition