AssetManipulatedStreamSetLength Method
|
Namespace:
Ingeniux.CMS.AssetContent
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax public override void SetLength(
long value
)
Public Overrides Sub SetLength (
value As Long
)
public:
virtual void SetLength(
long long value
) override
abstract SetLength :
value : int64 -> unit
override SetLength :
value : int64 -> unit
Parameters
- value
- Type: SystemInt64
[Missing <param name="value"/> documentation for "M:Ingeniux.CMS.AssetContent.AssetManipulatedStream.SetLength(System.Int64)"]
See Also