Click or drag to resize

StudioServiceVaultGetFileContentInventory2 Method

Namespace:  PDTec.IceNet.Domain.Development.Service
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public void VaultGetFileContentInventory2(
	string vaultName,
	string uuidGreaterThan,
	bool unreferencedOnly,
	int maxResults,
	out List<FileContentInfo> ltFileContentList
)

Parameters

vaultName
Type: SystemString
uuidGreaterThan
Type: SystemString
unreferencedOnly
Type: SystemBoolean
maxResults
Type: SystemInt32
ltFileContentList
Type: System.Collections.GenericListFileContentInfo
See Also