SPOfficialFile Constructor(K2Field,K2Field,K2Field,K2Field,K2Field,K2Field,K2Field,K2Field,Boolean)
See Also 
SourceCode.Workflow.Design.SharePoint.RecordsManagement Namespace > SPOfficialFile Class > SPOfficialFile Constructor : SPOfficialFile Constructor(K2Field,K2Field,K2Field,K2Field,K2Field,K2Field,K2Field,K2Field,Boolean)



SiteURL
Library
Folder
Name
URL
Path
Aliases
PartOfProcessField
PartOfProcess

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal SiteURL As K2Field, _
   ByVal Library As K2Field, _
   ByVal Folder As K2Field, _
   ByVal Name As K2Field, _
   ByVal URL As K2Field, _
   ByVal Path As K2Field, _
   ByVal Aliases As K2Field, _
   ByVal PartOfProcessField As K2Field, _
   ByVal PartOfProcess As Boolean _
)
Visual Basic (Usage) Copy Code
Dim SiteURL As K2Field
Dim Library As K2Field
Dim Folder As K2Field
Dim Name As K2Field
Dim URL As K2Field
Dim Path As K2Field
Dim Aliases As K2Field
Dim PartOfProcessField As K2Field
Dim PartOfProcess As Boolean
 
Dim instance As New SPOfficialFile(SiteURL, Library, Folder, Name, URL, Path, Aliases, PartOfProcessField, PartOfProcess)

Parameters

SiteURL
Library
Folder
Name
URL
Path
Aliases
PartOfProcessField
PartOfProcess

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also