Folder.GetPopularAttributes Method

Given a folder, work out (against a ratio of popularity) the set of popular file and change attributes
Public Shared Sub GetPopularAttributes( _ 
ByVal popularity_ratio As Double, _ 
ByVal folder_id As EntityID, _ 
ByVal wants_change_attribs As Boolean, _ 
ByVal db As IDatabase, _ 
ByRef file_attribs As Dictionary(Of EntityID, AttributeInfo), _ 
ByRef change_attribs As Dictionary(Of EntityID, AttributeInfo) _ 
)
This language is not supported or no code example is available.
public static void GetPopularAttributes( 
double popularity_ratio
EntityID folder_id
bool wants_change_attribs
IDatabase db
out Dictionary<EntityID, AttributeInfo> file_attribs
out Dictionary<EntityID, AttributeInfo> change_attribs 
)
This language is not supported or no code example is available.
public:  
static void GetPopularAttributes( 
double popularity_ratio
EntityID^ folder_id
bool wants_change_attribs
IDatabase^ db
Dictionary<EntityID^, AttributeInfo^>^& file_attribs
Dictionary<EntityID^, AttributeInfo^>^& change_attribs 
)
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

popularity_ratio
double

<default>

folder_id
EntityID

<default>

wants_change_attribs
bool

db
IDatabase

file_attribs
Dictionary<EntityID, AttributeInfo>

<default>

change_attribs
Dictionary<EntityID, AttributeInfo>

<default>

.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