VaultObjectPropertyOperationsExtensionMethodsGetPropertiesOfMultipleObjectsInBatches Method |
Resolves the ObjectVersionAndPropertiesOfMultipleObjects in batches.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static PropertyValuesOfMultipleObjects GetPropertiesOfMultipleObjectsInBatches(
this VaultObjectPropertyOperations ops,
ObjVers objVers,
int maxBatchSize = 500
)
<ExtensionAttribute>
Public Shared Function GetPropertiesOfMultipleObjectsInBatches (
ops As VaultObjectPropertyOperations,
objVers As ObjVers,
Optional maxBatchSize As Integer = 500
) As PropertyValuesOfMultipleObjects
public:
[ExtensionAttribute]
static PropertyValuesOfMultipleObjects^ GetPropertiesOfMultipleObjectsInBatches(
VaultObjectPropertyOperations^ ops,
ObjVers^ objVers,
int maxBatchSize = 500
)
Parameters
- ops
- Type: VaultObjectPropertyOperations
This. - objVers
- Type: ObjVers
The object version identifiers of the object versions for which the information is requested. - maxBatchSize (Optional)
- Type: SystemInt32
Batch size limit per GetPropertiesOfMultipleObjects() call.
Return Value
Type:
PropertyValuesOfMultipleObjectsPropertyValuesOfMultipleObjectsUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
VaultObjectPropertyOperations. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also