RePublishingRequiredEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines EventsArgs to be passed for republishing a required event raised by local endpoint.
public ref class RePublishingRequiredEventArgs : EventArgs
public class RePublishingRequiredEventArgs : EventArgs
type RePublishingRequiredEventArgs = class
inherit EventArgs
Public Class RePublishingRequiredEventArgs
Inherits EventArgs
- Inheritance
-
RePublishingRequiredEventArgs
Properties
PartialRepublish |
Gets true, if only selective categories need to be republished. If this flag is false, then all category data from the endpoint need to be republished. |