Responder Developer Guide
Folder Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal persister As IFolderPersister, _
   ByVal name As String, _
   ByVal parentFolder As Folder, _
   ByVal authorizationPredicate As Predicate(Of String), _
   ByVal id As Integer _
)
'Usage
 
Dim persister As IFolderPersister
Dim name As String
Dim parentFolder As Folder
Dim authorizationPredicate As Predicate(Of String)
Dim id As Integer
 
Dim instance As New Folder(persister, name, parentFolder, authorizationPredicate, id)

Parameters

persister
name
parentFolder
authorizationPredicate
id
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Folder Class
Folder Members

 

 


Send Comment