Synchronize Method
See Also 
SourceCode.Workflow.Design.SharePoint.Publishing Namespace > PublishingPageContentBase Class : Synchronize Method



K2SharePointPageFieldCollection
PageWebPartZoneCollection
PageWebPartCollection

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function Synchronize( _
   ByVal K2SharePointPageFieldCollection() As SourceCode.SharePoint.WebServices.K2SPPageField, _
   ByVal PageWebPartZoneCollection() As String, _
   ByVal PageWebPartCollection() As SourceCode.SharePoint.WebServices.K2SPWebPart _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As PublishingPageContentBase
Dim K2SharePointPageFieldCollection() As SourceCode.SharePoint.WebServices.K2SPPageField
Dim PageWebPartZoneCollection() As String
Dim PageWebPartCollection() As SourceCode.SharePoint.WebServices.K2SPWebPart
Dim value As Boolean
 
value = instance.Synchronize(K2SharePointPageFieldCollection, PageWebPartZoneCollection, PageWebPartCollection)
C#  
public bool Synchronize( 
   SourceCode.SharePoint.WebServices.K2SPPageField[] K2SharePointPageFieldCollection,
   string[] PageWebPartZoneCollection,
   SourceCode.SharePoint.WebServices.K2SPWebPart[] PageWebPartCollection
)
C++/CLI  
public:
bool Synchronize( 
   SourceCode.SharePoint.WebServices.array<K2SPPageField^>^ K2SharePointPageFieldCollection,
   array<String^>^ PageWebPartZoneCollection,
   SourceCode.SharePoint.WebServices.array<K2SPWebPart^>^ PageWebPartCollection
) 

Parameters

K2SharePointPageFieldCollection
PageWebPartZoneCollection
PageWebPartCollection

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