Folder.SetFolderAttribute Method
Public Shared Sub SetFolderAttribute( _
ByVal folder_id As EntityID, _
ByVal info As AttributeInfo, _
ByVal user_id As EntityID, _
ByVal db As IDatabase _
)
This language is not supported or no code example is available.
public static void SetFolderAttribute(
EntityID folder_id,
AttributeInfo info,
EntityID user_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static void SetFolderAttribute(
EntityID^ folder_id,
AttributeInfo^ info,
EntityID^ user_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- folder_id
- EntityID
the folder id
- info
- AttributeInfo
the attribute info
- user_id
- EntityID
- db
- IDatabase