Click or drag to resize
StudioServiceVaultGetFileContentInventory2 Method

Namespace: PDTec.IceNet.Domain.Development.Service
Assembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
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