ItemfetchFilePropertyWithStream Method |
Downloads a file to target path via stream
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic Stream fetchFilePropertyWithStream(
string propertyName
)
Public Function fetchFilePropertyWithStream (
propertyName As String
) As Stream
public Stream fetchFilePropertyWithStream(
String propertyName
)
public function fetchFilePropertyWithStream(
propertyName : String
) : Stream
Parameters
- propertyName
- Type: SystemString
Name of property of type File for which physical file needs to be downloaded
Return Value
Type:
Stream
See Also