IPWorks Cloud 2020 Kotlin Edition

Questions / Feedback?

Share Property

Selects a share.

Syntax

public var share: String?

Default Value

""

Remarks

This property selects a share, by name, for the component to operate against. It must be set before attempting most operations.

Share Name Rules

Share names must adhere to the following rules:

  • Must be 3 to 63 characters long.
  • Must start with a letter or number; and may only contain letters, numbers, and hyphens.
  • All letters much be lowercase. (For convenience, the component will automatically lowercase all letters in any value assigned to Share.)
  • All hyphens must be immediately preceded and followed by a letter or number (consecutive hyphens are not allowed).

This property is not available at design time.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Kotlin Edition - Version 20.0 [Build 7941]