ProtectionEngineSettings.TemplateBatchSize Property
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.
If offline publishing is enabled, how many full templates we will fetch from the server in a single request. Default/Max is 25
public int? TemplateBatchSize { get; set; }
member this.TemplateBatchSize : Nullable<int> with get, set
Public Property TemplateBatchSize As Nullable(Of Integer)