[Missing <summary> documentation for "M:RTE.UploaderProvider.TrimToLength(System.Guid,System.Int64)"]

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public virtual void TrimToLength(
	Guid guid,
	long length
)
Visual Basic
Public Overridable Sub TrimToLength ( _
	guid As Guid, _
	length As Long _
)
Visual C++
public:
virtual void TrimToLength(
	Guid guid, 
	long long length
)

Parameters

guid
Type: System..::..Guid

[Missing <param name="guid"/> documentation for "M:RTE.UploaderProvider.TrimToLength(System.Guid,System.Int64)"]

length
Type: System..::..Int64

[Missing <param name="length"/> documentation for "M:RTE.UploaderProvider.TrimToLength(System.Guid,System.Int64)"]

See Also