Click or drag to resize

StudioServiceVaultGetFileContents 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 VaultGetFileContents(
	string vaultName,
	FileContentFilterInfo filter,
	int maxResults,
	out List<FileContentInfo> ltFileContentList
)

Parameters

vaultName
Type: SystemString
filter
Type: PDTec.IceNet.Domain.Development.ServiceFileContentFilterInfo
maxResults
Type: SystemInt32
ltFileContentList
Type: System.Collections.GenericListFileContentInfo
See Also