Share via


IFeedSyncServices::GetKnowledge

Computes and returns an ISyncKnowledge object that contains knowledge of the items in the loaded feed.

HRESULT GetKnowledge(
  ISyncKnowledge ** ppKnowledge);

Parameters

  • ppKnowledge
    [out, retval] Returns the knowledge of the loaded feed.

Return Value

Remarks

ppKnowledge contains an empty knowledge object when no feed has been loaded by a prior call to IFeedSyncServices::LoadFeed.

See Also

Reference

IFeedSyncServices Interface