Visual Basic (Declaration) | |
---|---|
Public Function ComparePageFieldXmlField( _ ByVal MyXmlFieldPart As XmlFieldPart, _ ByVal MyPublishingPageField As PublishingPageField _ ) As Boolean |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As PublishingPageContentBase Dim MyXmlFieldPart As XmlFieldPart Dim MyPublishingPageField As PublishingPageField Dim value As Boolean value = instance.ComparePageFieldXmlField(MyXmlFieldPart, MyPublishingPageField) |
C# | |
---|---|
public bool ComparePageFieldXmlField( XmlFieldPart MyXmlFieldPart, PublishingPageField MyPublishingPageField ) |
C++/CLI | |
---|---|
public: bool ComparePageFieldXmlField( XmlFieldPart^ MyXmlFieldPart, PublishingPageField^ MyPublishingPageField ) |
Parameters
- MyXmlFieldPart
- MyPublishingPageField
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