IsLink

Gets a value indicating whether the content contains only a link to the file.

public bool IsLink { get; }

Property Value

True if the attached file is referenced by a link (the content does not contain attached file content); otherwise, false.

See Also