FolderColumn.GetStandardFolderProfile Method

Get the standard folder profile with standard view and columns we always display
Public Shared Function GetStandardFolderProfile( _ 
ByVal is_search As Boolean
) As FolderViewProfile
This language is not supported or no code example is available.
public static FolderViewProfile GetStandardFolderProfile( 
bool is_search 
)
This language is not supported or no code example is available.
public:  
static FolderViewProfile^ GetStandardFolderProfile( 
bool is_search 
)
This language is not supported or no code example is available.
public static function GetStandardFolderProfile( 
is_search : boolean 
) : FolderViewProfile;
This language is not supported or no code example is available.

Parameters

is_search
bool

<default>

Return Value

FolderViewProfile

.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