IDs of the item properties to read with the browse.
By default the properties 1 (Canonical Datatype) and 5 (Item access rights) are defined.
The access right property value is used for the image selection in the TreeView control.
Property 5 should always be part of a user defined set of properties.
Syntax
Visual Basic (Declaration) | |
---|
Public Property PropertyIDsToGet As Integer()
|
C# | |
---|
public int[] PropertyIDsToGet {get; set;}
|
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x
See Also